Html Css Color HEX #0C1F01 Pine Tree

📋 copy color: '#0C1F01'

red 12 ◦ green 31 ◦ blue 1

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

Shades of Pine Tree #0C1F01

Tints of Pine Tree #0C1F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 70.45%

 BLUE value IS 1 (0.78% from 255) = 2.27%

R = 27.27%
G = 70.45%
B = 2.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#0C1F01 (or 0x0C1F01) is known color: Pine Tree. HEX triplet: 0C, 1F and 01. RGB value is (12,31,1). Sum of RGB (Red+Green+Blue) = 12+31+1=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 31 (12.5% from 255 or 70.45% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F01 is #F3E0FE. Grayscale: #161616. Windows color (decimal): -15982847 or 73484. OLE color: 73484.

HSL color Cylindrical-coordinate representation of color #0C1F01: hue angle of 98º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C1F01 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 31 1 -
CMYK 0.61 0 0.97 0.88
HSL 98º 0.94% 0.06% -
HSV(B) 98º 0.97% 0.12% -
XYZ 0.65 1.06 0.2 -
YUV 21.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 12 31 1 0.61 0 0.97 0.88 98 0.94 0.06
Hex C 1F 1 3D 0 61 58 62 5E 6
Octal 14 37 1 75 0 141 130 142 136 6
Binary 1100 11111 1 111101 0 1100001 1011000 1100010 1011110 110

Color Harmonies of #0C1F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1F01

Black with #0C1F01

Text Example


Text Example

White with #0C1F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,31,1); }

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

background-color css

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

 a { background-color: rgb(12,31,1); }

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

border-color css

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

 span { border-color: rgb(12,31,1); }

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