#00380F

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

Shades of Deep Fir #00380F

Tints of Deep Fir #00380F

Color information

#00380F (or 0x00380F) is unknown color: approx Deep Fir. HEX triplet: 00, 38 and 0F. RGB value is (0,56,15). Sum of RGB (Red+Green+Blue) = 0+56+15=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 56 (22.27% from 255 or 78.87% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 56 - color contains mainly: green. Hex color #00380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00380F is #FFC7F0. Grayscale: #222222. Windows color (decimal): -16762865 or 997376. OLE color: 997376.

HSL color Cylindrical-coordinate representation of color #00380F: hue angle of 136.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00380F is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB05615-
CMYK100.730.78
HSL136.07º100%10.98%-
HSV(B)136.07º100%21.96%-
XYZ1.52.860.93-
YUV34.58116.95103.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 78.87%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=0%
G=78.87%
B=21.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05615100.730.78136.0710010.98
Hex038F640494E8864b
Octal07017144011111621014413
Binary0111000111111001000100100110011101000100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00380F; }

 p { color: rgb(0,56,15); }

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

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

 a { background-color: rgb(0,56,15); }

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

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

 span { border-color: rgb(0,56,15); }

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