Html Css Color HEX #0C2002 Pine Tree

📋 copy color: '#0C2002'

red 12 ◦ green 32 ◦ blue 2

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

Shades of Pine Tree #0C2002

Tints of Pine Tree #0C2002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 69.57%

 BLUE value IS 2 (1.17% from 255) = 4.35%

R = 26.09%
G = 69.57%
B = 4.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#0C2002 (or 0x0C2002) is known color: Pine Tree. HEX triplet: 0C, 20 and 02. RGB value is (12,32,2). Sum of RGB (Red+Green+Blue) = 12+32+2=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #0C2002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2002 is #F3DFFD. Grayscale: #161616. Windows color (decimal): -15982590 or 139276. OLE color: 139276.

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

Color convert

RGB 12 32 2 -
CMYK 0.63 0 0.94 0.87
HSL 100º 0.88% 0.07% -
HSV(B) 100º 0.94% 0.13% -
XYZ 0.68 1.12 0.24 -
YUV 22.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 12 32 2 0.63 0 0.94 0.87 100 0.88 0.07
Hex C 20 2 3F 0 5E 57 64 58 7
Octal 14 40 2 77 0 136 127 144 130 7
Binary 1100 100000 10 111111 0 1011110 1010111 1100100 1011000 111

Color Harmonies of #0C2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2002

Black with #0C2002

Text Example


Text Example

White with #0C2002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,32,2); }

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

background-color css

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

 a { background-color: rgb(12,32,2); }

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

border-color css

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

 span { border-color: rgb(12,32,2); }

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