Html Css Color HEX #0C1E04 Pine Tree

📋 copy color: '#0C1E04'

red 12 ◦ green 30 ◦ blue 4

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

Shades of Pine Tree #0C1E04

Tints of Pine Tree #0C1E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 65.22%

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

R = 26.09%
G = 65.22%
B = 8.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.87

 K value IS 0.88

RGB Variations

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

Color information

#0C1E04 (or 0x0C1E04) is known color: Pine Tree. HEX triplet: 0C, 1E and 04. RGB value is (12,30,4). Sum of RGB (Red+Green+Blue) = 12+30+4=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E04 is #F3E1FB. Grayscale: #151515. Windows color (decimal): -15983100 or 269836. OLE color: 269836.

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

Color convert

RGB 12 30 4 -
CMYK 0.60 0 0.87 0.88
HSL 101.54º 0.76% 0.07% -
HSV(B) 101.54º 0.87% 0.12% -
XYZ 0.64 1.02 0.28 -
YUV 21.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 12 30 4 0.60 0 0.87 0.88 101.54 0.76 0.07
Hex C 1E 4 3C 0 57 58 66 4C 7
Octal 14 36 4 74 0 127 130 146 114 7
Binary 1100 11110 100 111100 0 1010111 1011000 1100110 1001100 111

Color Harmonies of #0C1E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1E04

Black with #0C1E04

Text Example


Text Example

White with #0C1E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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