#023610

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

Shades of Deep Fir #023610

Tints of Deep Fir #023610

Color information

#023610 (or 0x023610) is unknown color: approx Deep Fir. HEX triplet: 02, 36 and 10. RGB value is (2,54,16). Sum of RGB (Red+Green+Blue) = 2+54+16=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 54 (21.48% from 255 or 75% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 54 - color contains mainly: green. Hex color #023610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023610 is #FDC9EF. Grayscale: #222222. Windows color (decimal): -16632304 or 1062402. OLE color: 1062402.

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

Color convert

RGB25416-
CMYK0.9600.700.79
HSL136.15º92.86%10.98%-
HSV(B)136.15º96.3%21.18%-
XYZ1.442.690.93-
YUV34.12117.77105.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 54 (21.48% from 255) = 75%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=2.78%
G=75%
B=22.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal254160.9600.700.79136.1592.8610.98
Hex23610600464F885db
Octal26620140010611721013513
Binary101101101000011000000100011010011111000100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023610; }

 p { color: rgb(2,54,16); }

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

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

 a { background-color: rgb(2,54,16); }

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

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

 span { border-color: rgb(2,54,16); }

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