#02380C

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

Shades of Deep Fir #02380C

Tints of Deep Fir #02380C

Color information

#02380C (or 0x02380C) is unknown color: approx Deep Fir. HEX triplet: 02, 38 and 0C. RGB value is (2,56,12). Sum of RGB (Red+Green+Blue) = 2+56+12=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 56 (22.27% from 255 or 80% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 56 - color contains mainly: green. Hex color #02380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02380C is #FDC7F3. Grayscale: #222222. Windows color (decimal): -16631796 or 800770. OLE color: 800770.

HSL color Cylindrical-coordinate representation of color #02380C: hue angle of 131.11º 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 #02380C is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB25612-
CMYK0.9600.790.78
HSL131.11º93.1%11.37%-
HSV(B)131.11º96.43%21.96%-
XYZ1.512.870.82-
YUV34.84115.11104.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 56 (22.27% from 255) = 80%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=2.86%
G=80%
B=17.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256120.9600.790.78131.1193.111.37
Hex238C6004F4E835db
Octal27014140011711620313513
Binary10111000110011000000100111110011101000001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02380C; }

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

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

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

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

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

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

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

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