#02380B

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

Shades of Deep Fir #02380B

Tints of Deep Fir #02380B

Color information

#02380B (or 0x02380B) is unknown color: approx Deep Fir. HEX triplet: 02, 38 and 0B. RGB value is (2,56,11). Sum of RGB (Red+Green+Blue) = 2+56+11=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 56 (22.27% from 255 or 81.16% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 56 - color contains mainly: green. Hex color #02380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02380B is #FDC7F4. Grayscale: #222222. Windows color (decimal): -16631797 or 735234. OLE color: 735234.

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

Color convert

RGB25611-
CMYK0.9600.800.78
HSL130º93.1%11.37%-
HSV(B)130º96.43%21.96%-
XYZ1.52.870.79-
YUV34.72114.61104.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 56 (22.27% from 255) = 81.16%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=2.90%
G=81.16%
B=15.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256110.9600.800.7813093.111.37
Hex238B600504E825db
Octal27013140012011620213513
Binary10111000101111000000101000010011101000001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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