#023811

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

Shades of Deep Fir #023811

Tints of Deep Fir #023811

Color information

#023811 (or 0x023811) is unknown color: approx Deep Fir. HEX triplet: 02, 38 and 11. RGB value is (2,56,17). Sum of RGB (Red+Green+Blue) = 2+56+17=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #023811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023811 is #FDC7EE. Grayscale: #232323. Windows color (decimal): -16631791 or 1128450. OLE color: 1128450.

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

Color convert

RGB25617-
CMYK0.9600.700.78
HSL136.67º93.1%11.37%-
HSV(B)136.67º96.43%21.96%-
XYZ1.542.881.01-
YUV35.41117.61104.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 56 (22.27% from 255) = 74.67%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=2.67%
G=74.67%
B=22.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256170.9600.700.78136.6793.111.37
Hex23811600464E895db
Octal27021140010611621113513
Binary101110001000111000000100011010011101000100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023811; }

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

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

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

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

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

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

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

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