Html Css Color HEX #122506 Pine Tree

📋 copy color: '#122506'

red 18 ◦ green 37 ◦ blue 6

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

Shades of Pine Tree #122506

Tints of Pine Tree #122506

RGB

 RED value IS 18 (7.42% from 255) = 29.51%

 GREEN value IS 37 (14.84% from 255) = 60.66%

 BLUE value IS 6 (2.73% from 255) = 9.84%

R = 29.51%
G = 60.66%
B = 9.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#122506 (or 0x122506) is known color: Pine Tree. HEX triplet: 12, 25 and 06. RGB value is (18,37,6). Sum of RGB (Red+Green+Blue) = 18+37+6=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #122506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122506 is #EDDAF9. Grayscale: #1B1B1B. Windows color (decimal): -15588090 or 402706. OLE color: 402706.

HSL color Cylindrical-coordinate representation of color #122506: hue angle of 96.77º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122506 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 6 -
CMYK 0.51 0 0.84 0.85
HSL 96.77º 0.72% 0.08% -
HSV(B) 96.77º 0.84% 0.15% -
XYZ 0.94 1.46 0.41 -
YUV 27.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 18 37 6 0.51 0 0.84 0.85 96.77 0.72 0.08
Hex 12 25 6 33 0 54 55 61 48 8
Octal 22 45 6 63 0 124 125 141 110 10
Binary 10010 100101 110 110011 0 1010100 1010101 1100001 1001000 1000

Color Harmonies of #122506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122506

Black with #122506

Text Example


Text Example

White with #122506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122506; }

 p { color: rgb(18,37,6); }

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

background-color css

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

 a { background-color: rgb(18,37,6); }

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

border-color css

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

 span { border-color: rgb(18,37,6); }

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