Html Css Color HEX #112502 Pine Tree

📋 copy color: '#112502'

red 17 ◦ green 37 ◦ blue 2

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

Shades of Pine Tree #112502

Tints of Pine Tree #112502

RGB

 RED value IS 17 (7.03% from 255) = 30.36%

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

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

R = 30.36%
G = 66.07%
B = 3.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#112502 (or 0x112502) is known color: Pine Tree. HEX triplet: 11, 25 and 02. RGB value is (17,37,2). Sum of RGB (Red+Green+Blue) = 17+37+2=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #112502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112502 is #EEDAFD. Grayscale: #1B1B1B. Windows color (decimal): -15653630 or 140561. OLE color: 140561.

HSL color Cylindrical-coordinate representation of color #112502: hue angle of 94.29º 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 #112502 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 37 2 -
CMYK 0.54 0 0.95 0.85
HSL 94.29º 0.9% 0.08% -
HSV(B) 94.29º 0.95% 0.15% -
XYZ 0.9 1.45 0.29 -
YUV 27.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 17 37 2 0.54 0 0.95 0.85 94.29 0.9 0.08
Hex 11 25 2 36 0 5F 55 5E 5A 8
Octal 21 45 2 66 0 137 125 136 132 10
Binary 10001 100101 10 110110 0 1011111 1010101 1011110 1011010 1000

Color Harmonies of #112502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112502

Black with #112502

Text Example


Text Example

White with #112502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112502; }

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

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

background-color css

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

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

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

border-color css

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

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

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