#023A0C

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

Shades of Deep Fir #023A0C

Tints of Deep Fir #023A0C

Color information

#023A0C (or 0x023A0C) is unknown color: approx Deep Fir. HEX triplet: 02, 3A and 0C. RGB value is (2,58,12). Sum of RGB (Red+Green+Blue) = 2+58+12=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 58 (23.05% from 255 or 80.56% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 58 - color contains mainly: green. Hex color #023A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A0C is #FDC5F3. Grayscale: #242424. Windows color (decimal): -16631284 or 801282. OLE color: 801282.

HSL color Cylindrical-coordinate representation of color #023A0C: hue angle of 130.71º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A0C is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB25812-
CMYK0.9700.790.77
HSL130.71º93.33%11.76%-
HSV(B)130.71º96.55%22.75%-
XYZ1.63.070.85-
YUV36.01114.45103.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.78%
GREEN value IS 58 (23.05% from 255) = 80.56%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=2.78%
G=80.56%
B=16.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal258120.9700.790.77130.7193.3311.76
Hex23AC6104F4D835dc
Octal27214141011711520313514
Binary10111010110011000010100111110011011000001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023A0C; }

 p { color: rgb(2,58,12); }

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

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

 a { background-color: rgb(2,58,12); }

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

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

 span { border-color: rgb(2,58,12); }

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