#144030

Color #144030 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #144030

Tints of Sherwood Green #144030

Color information

#144030 (or 0x144030) is unknown color: approx Sherwood Green. HEX triplet: 14, 40 and 30. RGB value is (20,64,48). Sum of RGB (Red+Green+Blue) = 20+64+48=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #144030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144030 is #EBBFCF. Grayscale: #313131. Windows color (decimal): -15450064 or 3162132. OLE color: 3162132.

HSL color Cylindrical-coordinate representation of color #144030: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144030 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB206448-
CMYK0.6900.250.75
HSL158.18º52.38%16.47%-
HSV(B)158.18º68.75%25.1%-
XYZ2.664.033.43-
YUV49.02127.42107.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=15.15%
G=48.48%
B=36.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064480.6900.250.75158.1852.3816.47
Hex144030450194B9e3410
Octal24100601050311132366420
Binary101001000000110000100010101100110010111001111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144030; }

 p { color: rgb(20,64,48); }

 H1.HeaderClassName
 {
   color: #144030;
 }
 .AnyTagClassName
 {
   color: #144030;
 }
</style>
background-color css

<style>
 a { background-color: #144030; }

 a { background-color: rgb(20,64,48); }

 div.DivClassName
 {
   background-color: #144030;
 }
 .BgClassName
 {
   background-color: #144030;
 }
</style>
border-color css

<style>
 span { border-color: #144030; }

 span { border-color: rgb(20,64,48); }

 td.TdClassName
 {
   border-color: #144030;
 }
 .TagClassName
 {
   border-color: #144030;
 }
</style>