Html Css Color HEX #0C1C03 Pine Tree

📋 copy color: '#0C1C03'

red 12 ◦ green 28 ◦ blue 3

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

Shades of Pine Tree #0C1C03

Tints of Pine Tree #0C1C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 65.12%

 BLUE value IS 3 (1.56% from 255) = 6.98%

R = 27.91%
G = 65.12%
B = 6.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.89

 K value IS 0.89

RGB Variations

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

Color information

#0C1C03 (or 0x0C1C03) is known color: Pine Tree. HEX triplet: 0C, 1C and 03. RGB value is (12,28,3). Sum of RGB (Red+Green+Blue) = 12+28+3=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C03 is #F3E3FC. Grayscale: #141414. Windows color (decimal): -15983613 or 203788. OLE color: 203788.

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

Color convert

RGB 12 28 3 -
CMYK 0.57 0 0.89 0.89
HSL 98.4º 0.81% 0.06% -
HSV(B) 98.4º 0.89% 0.11% -
XYZ 0.58 0.92 0.23 -
YUV 20.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 12 28 3 0.57 0 0.89 0.89 98.4 0.81 0.06
Hex C 1C 3 39 0 59 59 62 51 6
Octal 14 34 3 71 0 131 131 142 121 6
Binary 1100 11100 11 111001 0 1011001 1011001 1100010 1010001 110

Color Harmonies of #0C1C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1C03

Black with #0C1C03

Text Example


Text Example

White with #0C1C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,28,3); }

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

background-color css

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

 a { background-color: rgb(12,28,3); }

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

border-color css

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

 span { border-color: rgb(12,28,3); }

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