Html Css Color HEX #0C1504 Pine Tree

📋 copy color: '#0C1504'

red 12 ◦ green 21 ◦ blue 4

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

Shades of Pine Tree #0C1504

Tints of Pine Tree #0C1504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 56.76%

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

R = 32.43%
G = 56.76%
B = 10.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#0C1504 (or 0x0C1504) is known color: Pine Tree. HEX triplet: 0C, 15 and 04. RGB value is (12,21,4). Sum of RGB (Red+Green+Blue) = 12+21+4=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1504 is #F3EAFB. Grayscale: #101010. Windows color (decimal): -15985404 or 267532. OLE color: 267532.

HSL color Cylindrical-coordinate representation of color #0C1504: hue angle of 91.76º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C1504 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 21 4 -
CMYK 0.43 0 0.81 0.92
HSL 91.76º 0.68% 0.05% -
HSV(B) 91.76º 0.81% 0.08% -
XYZ 0.44 0.62 0.21 -
YUV 16.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 12 21 4 0.43 0 0.81 0.92 91.76 0.68 0.05
Hex C 15 4 2B 0 51 5C 5C 44 5
Octal 14 25 4 53 0 121 134 134 104 5
Binary 1100 10101 100 101011 0 1010001 1011100 1011100 1000100 101

Color Harmonies of #0C1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1504

Black with #0C1504

Text Example


Text Example

White with #0C1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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