Html Css Color HEX #00380C Deep Fir

📋 copy color: '#00380C'

red 0 ◦ green 56 ◦ blue 12

#00380C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #00380C

Tints of Deep Fir #00380C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 56 (22.27% from 255) = 82.35%

 BLUE value IS 12 (5.08% from 255) = 17.65%

R = 0%
G = 82.35%
B = 17.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#00380C (or 0x00380C) is known color: Deep Fir. HEX triplet: 00, 38 and 0C. RGB value is (0,56,12). Sum of RGB (Red+Green+Blue) = 0+56+12=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 56 (22.27% from 255 or 82.35% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 56 - color contains mainly: green. Hex color #00380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00380C is #FFC7F3. Grayscale: #222222. Windows color (decimal): -16762868 or 800768. OLE color: 800768.

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

Color convert

RGB 0 56 12 -
CMYK 1 0 0.79 0.78
HSL 132.86º 1% 0.11% -
HSV(B) 132.86º 1% 0.22% -
XYZ 1.48 2.85 0.82 -
YUV 34.24 115.45 103.58 -
System Red Green Blue C M Y K H S L
Decimal 0 56 12 1 0 0.79 0.78 132.86 1 0.11
Hex 0 38 C 64 0 4F 4E 85 64 B
Octal 0 70 14 144 0 117 116 205 144 13
Binary 0 111000 1100 1100100 0 1001111 1001110 10000101 1100100 1011

Color Harmonies of #00380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00380C

Black with #00380C

Text Example


Text Example

White with #00380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00380C;
 }
 .AnyTagClassName
 {
   color: #00380C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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