Html Css Color HEX #122508 Pine Tree

📋 copy color: '#122508'

red 18 ◦ green 37 ◦ blue 8

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

Shades of Pine Tree #122508

Tints of Pine Tree #122508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 12.7%

R = 28.57%
G = 58.73%
B = 12.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#122508 (or 0x122508) is known color: Pine Tree. HEX triplet: 12, 25 and 08. RGB value is (18,37,8). Sum of RGB (Red+Green+Blue) = 18+37+8=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #122508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122508 is #EDDAF7. Grayscale: #1C1C1C. Windows color (decimal): -15588088 or 533778. OLE color: 533778.

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

Color convert

RGB 18 37 8 -
CMYK 0.51 0 0.78 0.85
HSL 99.31º 0.64% 0.09% -
HSV(B) 99.31º 0.78% 0.15% -
XYZ 0.95 1.47 0.46 -
YUV 28.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 18 37 8 0.51 0 0.78 0.85 99.31 0.64 0.09
Hex 12 25 8 33 0 4E 55 63 40 9
Octal 22 45 10 63 0 116 125 143 100 11
Binary 10010 100101 1000 110011 0 1001110 1010101 1100011 1000000 1001

Color Harmonies of #122508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122508

Black with #122508

Text Example


Text Example

White with #122508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122508; }

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

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

background-color css

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

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

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

border-color css

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

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

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