Html Css Color HEX #122505 Pine Tree

📋 copy color: '#122505'

red 18 ◦ green 37 ◦ blue 5

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

Shades of Pine Tree #122505

Tints of Pine Tree #122505

RGB

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

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

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

R = 30%
G = 61.67%
B = 8.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#122505 (or 0x122505) is known color: Pine Tree. HEX triplet: 12, 25 and 05. RGB value is (18,37,5). Sum of RGB (Red+Green+Blue) = 18+37+5=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #122505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122505 is #EDDAFA. Grayscale: #1B1B1B. Windows color (decimal): -15588091 or 337170. OLE color: 337170.

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

Color convert

RGB 18 37 5 -
CMYK 0.51 0 0.86 0.85
HSL 95.63º 0.76% 0.08% -
HSV(B) 95.63º 0.86% 0.15% -
XYZ 0.94 1.46 0.38 -
YUV 27.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 18 37 5 0.51 0 0.86 0.85 95.63 0.76 0.08
Hex 12 25 5 33 0 56 55 60 4C 8
Octal 22 45 5 63 0 126 125 140 114 10
Binary 10010 100101 101 110011 0 1010110 1010101 1100000 1001100 1000

Color Harmonies of #122505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122505

Black with #122505

Text Example


Text Example

White with #122505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122505; }

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

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

background-color css

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

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

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

border-color css

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

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

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