#023408

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

Shades of Deep Fir #023408

Tints of Deep Fir #023408

Color information

#023408 (or 0x023408) is unknown color: approx Deep Fir. HEX triplet: 02, 34 and 08. RGB value is (2,52,8). Sum of RGB (Red+Green+Blue) = 2+52+8=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 52 (20.70% from 255 or 83.87% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 52 - color contains mainly: green. Hex color #023408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023408 is #FDCBF7. Grayscale: #202020. Windows color (decimal): -16632824 or 537602. OLE color: 537602.

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

Color convert

RGB2528-
CMYK0.9600.850.80
HSL127.2º92.59%10.59%-
HSV(B)127.2º96.15%20.39%-
XYZ1.32.490.64-
YUV32.03114.44106.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 52 (20.70% from 255) = 83.87%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=3.23%
G=83.87%
B=12.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal25280.9600.850.80127.292.5910.59
Hex234860055507f5db
Octal26410140012512017713513
Binary1011010010001100000010101011010000111111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023408; }

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

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

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

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

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

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

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

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