#023208

Color #023208 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #023208

Tints of Deep Fir #023208

Color information

#023208 (or 0x023208) is unknown color: approx Deep Fir. HEX triplet: 02, 32 and 08. RGB value is (2,50,8). Sum of RGB (Red+Green+Blue) = 2+50+8=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 50 (19.92% from 255 or 83.33% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 50 - color contains mainly: green. Hex color #023208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023208 is #FDCDF7. Grayscale: #1E1E1E. Windows color (decimal): -16633336 or 537090. OLE color: 537090.

HSL color Cylindrical-coordinate representation of color #023208: hue angle of 127.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023208 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.80.

Color convert

RGB2508-
CMYK0.9600.840.80
HSL127.5º92.31%10.2%-
HSV(B)127.5º96%19.61%-
XYZ1.212.310.61-
YUV30.86115.1107.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 50 (19.92% from 255) = 83.33%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=3.33%
G=83.33%
B=13.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal25080.9600.840.80127.592.3110.2
Hex23286005450805ca
Octal26210140012412020013412
Binary10110010100011000000101010010100001000000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023208; }

 p { color: rgb(2,50,8); }

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

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

 a { background-color: rgb(2,50,8); }

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

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

 span { border-color: rgb(2,50,8); }

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