Html Css Color HEX #0C1D04 Pine Tree

📋 copy color: '#0C1D04'

red 12 ◦ green 29 ◦ blue 4

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

Shades of Pine Tree #0C1D04

Tints of Pine Tree #0C1D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 64.44%

 BLUE value IS 4 (1.95% from 255) = 8.89%

R = 26.67%
G = 64.44%
B = 8.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.86

 K value IS 0.89

RGB Variations

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

Color information

#0C1D04 (or 0x0C1D04) is known color: Pine Tree. HEX triplet: 0C, 1D and 04. RGB value is (12,29,4). Sum of RGB (Red+Green+Blue) = 12+29+4=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 29 (11.72% from 255 or 64.44% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 29 - color contains mainly: green. Hex color #0C1D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1D04 is #F3E2FB. Grayscale: #151515. Windows color (decimal): -15983356 or 269580. OLE color: 269580.

HSL color Cylindrical-coordinate representation of color #0C1D04: hue angle of 100.8º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C1D04 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 29 4 -
CMYK 0.59 0 0.86 0.89
HSL 100.8º 0.76% 0.06% -
HSV(B) 100.8º 0.86% 0.11% -
XYZ 0.61 0.97 0.27 -
YUV 21.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 12 29 4 0.59 0 0.86 0.89 100.8 0.76 0.06
Hex C 1D 4 3B 0 56 59 65 4C 6
Octal 14 35 4 73 0 126 131 145 114 6
Binary 1100 11101 100 111011 0 1010110 1011001 1100101 1001100 110

Color Harmonies of #0C1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1D04

Black with #0C1D04

Text Example


Text Example

White with #0C1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,29,4); }

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

background-color css

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

 a { background-color: rgb(12,29,4); }

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

border-color css

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

 span { border-color: rgb(12,29,4); }

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