Html Css Color HEX #0C1A05 Pine Tree

📋 copy color: '#0C1A05'

red 12 ◦ green 26 ◦ blue 5

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

Shades of Pine Tree #0C1A05

Tints of Pine Tree #0C1A05

RGB

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

 GREEN value IS 26 (10.55% from 255) = 60.47%

 BLUE value IS 5 (2.34% from 255) = 11.63%

R = 27.91%
G = 60.47%
B = 11.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.90

RGB Variations

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

Color information

#0C1A05 (or 0x0C1A05) is known color: Pine Tree. HEX triplet: 0C, 1A and 05. RGB value is (12,26,5). Sum of RGB (Red+Green+Blue) = 12+26+5=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 26 (10.55% from 255 or 60.47% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A05 is #F3E5FA. Grayscale: #131313. Windows color (decimal): -15984123 or 334348. OLE color: 334348.

HSL color Cylindrical-coordinate representation of color #0C1A05: hue angle of 100º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C1A05 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 26 5 -
CMYK 0.54 0 0.81 0.90
HSL 100º 0.68% 0.06% -
HSV(B) 100º 0.81% 0.1% -
XYZ 0.55 0.83 0.27 -
YUV 19.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 12 26 5 0.54 0 0.81 0.90 100 0.68 0.06
Hex C 1A 5 36 0 51 5A 64 44 6
Octal 14 32 5 66 0 121 132 144 104 6
Binary 1100 11010 101 110110 0 1010001 1011010 1100100 1000100 110

Color Harmonies of #0C1A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1A05

Black with #0C1A05

Text Example


Text Example

White with #0C1A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,26,5); }

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

background-color css

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

 a { background-color: rgb(12,26,5); }

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

border-color css

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

 span { border-color: rgb(12,26,5); }

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