#023911

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

Shades of Deep Fir #023911

Tints of Deep Fir #023911

Color information

#023911 (or 0x023911) is unknown color: approx Deep Fir. HEX triplet: 02, 39 and 11. RGB value is (2,57,17). Sum of RGB (Red+Green+Blue) = 2+57+17=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 57 (22.66% from 255 or 75% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 57 - color contains mainly: green. Hex color #023911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023911 is #FDC6EE. Grayscale: #242424. Windows color (decimal): -16631535 or 1128706. OLE color: 1128706.

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

Color convert

RGB25717-
CMYK0.9600.700.78
HSL136.36º93.22%11.57%-
HSV(B)136.36º96.49%22.35%-
XYZ1.592.981.02-
YUV35.99117.28103.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 57 (22.66% from 255) = 75%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=2.63%
G=75%
B=22.37%

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
Decimal257170.9600.700.78136.3693.2211.57
Hex23911600464E885dc
Octal27121140010611621013514
Binary101110011000111000000100011010011101000100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023911; }

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

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

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

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

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

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

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

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