Html Css Color HEX #0C481E Deep Fir

📋 copy color: '#0C481E'

red 12 ◦ green 72 ◦ blue 30

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

Shades of Deep Fir #0C481E

Tints of Deep Fir #0C481E

RGB

 RED value IS 12 (5.08% from 255) = 10.53%

 GREEN value IS 72 (28.52% from 255) = 63.16%

 BLUE value IS 30 (12.11% from 255) = 26.32%

R = 10.53%
G = 63.16%
B = 26.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#0C481E (or 0x0C481E) is known color: Deep Fir. HEX triplet: 0C, 48 and 1E. RGB value is (12,72,30). Sum of RGB (Red+Green+Blue) = 12+72+30=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #0C481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C481E is #F3B7E1. Grayscale: #313131. Windows color (decimal): -15972322 or 1984524. OLE color: 1984524.

HSL color Cylindrical-coordinate representation of color #0C481E: hue angle of 138º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C481E is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 72 30 -
CMYK 0.83 0 0.58 0.72
HSL 138º 0.71% 0.16% -
HSV(B) 138º 0.83% 0.28% -
XYZ 2.7 4.81 2.01 -
YUV 49.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 12 72 30 0.83 0 0.58 0.72 138 0.71 0.16
Hex C 48 1E 53 0 3A 48 8A 47 10
Octal 14 110 36 123 0 72 110 212 107 20
Binary 1100 1001000 11110 1010011 0 111010 1001000 10001010 1000111 10000

Color Harmonies of #0C481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C481E

Black with #0C481E

Text Example


Text Example

White with #0C481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C481E; }

 p { color: rgb(12,72,30); }

 H1.HeaderClassName
 {
   color: #0C481E;
 }
 .AnyTagClassName
 {
   color: #0C481E;
 }
</style>

background-color css

<style>
 a { background-color: #0C481E; }

 a { background-color: rgb(12,72,30); }

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

border-color css

<style>
 span { border-color: #0C481E; }

 span { border-color: rgb(12,72,30); }

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