Html Css Color HEX #0C2200 Pine Tree

📋 copy color: '#0C2200'

red 12 ◦ green 34 ◦ blue 0

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

Shades of Pine Tree #0C2200

Tints of Pine Tree #0C2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 73.91%

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

R = 26.09%
G = 73.91%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#0C2200 (or 0x0C2200) is known color: Pine Tree. HEX triplet: 0C, 22 and 00. RGB value is (12,34,0). Sum of RGB (Red+Green+Blue) = 12+34+0=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 34 (13.67% from 255 or 73.91% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 34 - color contains mainly: green. Hex color #0C2200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2200 is #F3DDFF. Grayscale: #171717. Windows color (decimal): -15982080 or 8716. OLE color: 8716.

HSL color Cylindrical-coordinate representation of color #0C2200: hue angle of 98.82º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C2200 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 34 0 -
CMYK 0.65 0 1 0.87
HSL 98.82º 1% 0.07% -
HSV(B) 98.82º 1% 0.13% -
XYZ 0.72 1.22 0.2 -
YUV 23.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 12 34 0 0.65 0 1 0.87 98.82 1 0.07
Hex C 22 0 41 0 64 57 63 64 7
Octal 14 42 0 101 0 144 127 143 144 7
Binary 1100 100010 0 1000001 0 1100100 1010111 1100011 1100100 111

Color Harmonies of #0C2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2200

Black with #0C2200

Text Example


Text Example

White with #0C2200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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