Html Css Color HEX #122502 Pine Tree

📋 copy color: '#122502'

red 18 ◦ green 37 ◦ blue 2

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

Shades of Pine Tree #122502

Tints of Pine Tree #122502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.51%

R = 31.58%
G = 64.91%
B = 3.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#122502 (or 0x122502) is known color: Pine Tree. HEX triplet: 12, 25 and 02. RGB value is (18,37,2). Sum of RGB (Red+Green+Blue) = 18+37+2=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #122502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122502 is #EDDAFD. Grayscale: #1B1B1B. Windows color (decimal): -15588094 or 140562. OLE color: 140562.

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

Color convert

RGB 18 37 2 -
CMYK 0.51 0 0.95 0.85
HSL 92.57º 0.9% 0.08% -
HSV(B) 92.57º 0.95% 0.15% -
XYZ 0.92 1.46 0.29 -
YUV 27.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 18 37 2 0.51 0 0.95 0.85 92.57 0.9 0.08
Hex 12 25 2 33 0 5F 55 5D 5A 8
Octal 22 45 2 63 0 137 125 135 132 10
Binary 10010 100101 10 110011 0 1011111 1010101 1011101 1011010 1000

Color Harmonies of #122502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122502

Black with #122502

Text Example


Text Example

White with #122502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122502; }

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

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

background-color css

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

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

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

border-color css

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

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

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