Html Css Color HEX #122507 Pine Tree

📋 copy color: '#122507'

red 18 ◦ green 37 ◦ blue 7

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

Shades of Pine Tree #122507

Tints of Pine Tree #122507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 11.29%

R = 29.03%
G = 59.68%
B = 11.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#122507 (or 0x122507) is known color: Pine Tree. HEX triplet: 12, 25 and 07. RGB value is (18,37,7). Sum of RGB (Red+Green+Blue) = 18+37+7=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #122507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122507 is #EDDAF8. Grayscale: #1B1B1B. Windows color (decimal): -15588089 or 468242. OLE color: 468242.

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

Color convert

RGB 18 37 7 -
CMYK 0.51 0 0.81 0.85
HSL 98º 0.68% 0.09% -
HSV(B) 98º 0.81% 0.15% -
XYZ 0.95 1.47 0.43 -
YUV 27.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 18 37 7 0.51 0 0.81 0.85 98 0.68 0.09
Hex 12 25 7 33 0 51 55 62 44 9
Octal 22 45 7 63 0 121 125 142 104 11
Binary 10010 100101 111 110011 0 1010001 1010101 1100010 1000100 1001

Color Harmonies of #122507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122507

Black with #122507

Text Example


Text Example

White with #122507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122507; }

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

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

background-color css

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

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

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

border-color css

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

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

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