#023411

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

Shades of Deep Fir #023411

Tints of Deep Fir #023411

Color information

#023411 (or 0x023411) is unknown color: approx Deep Fir. HEX triplet: 02, 34 and 11. RGB value is (2,52,17). Sum of RGB (Red+Green+Blue) = 2+52+17=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #023411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023411 is #FDCBEE. Grayscale: #212121. Windows color (decimal): -16632815 or 1127426. OLE color: 1127426.

HSL color Cylindrical-coordinate representation of color #023411: hue angle of 138º 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 #023411 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB25217-
CMYK0.9600.670.80
HSL138º92.59%10.59%-
HSV(B)138º96.15%20.39%-
XYZ1.352.510.94-
YUV33.06118.94105.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 52 (20.70% from 255) = 73.24%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=2.82%
G=73.24%
B=23.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal252170.9600.670.8013892.5910.59
Hex2341160043508a5db
Octal26421140010312021213513
Binary101101001000111000000100001110100001000101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023411; }

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

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

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

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

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

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

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

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