Html Css Color HEX #111F02 Pine Tree

📋 copy color: '#111F02'

red 17 ◦ green 31 ◦ blue 2

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

Shades of Pine Tree #111F02

Tints of Pine Tree #111F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 62%

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

R = 34%
G = 62%
B = 4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.88

RGB Variations

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

Color information

#111F02 (or 0x111F02) is known color: Pine Tree. HEX triplet: 11, 1F and 02. RGB value is (17,31,2). Sum of RGB (Red+Green+Blue) = 17+31+2=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #111F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F02 is #EEE0FD. Grayscale: #171717. Windows color (decimal): -15655166 or 139025. OLE color: 139025.

HSL color Cylindrical-coordinate representation of color #111F02: hue angle of 88.97º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #111F02 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 31 2 -
CMYK 0.45 0 0.94 0.88
HSL 88.97º 0.88% 0.06% -
HSV(B) 88.97º 0.94% 0.12% -
XYZ 0.73 1.1 0.23 -
YUV 23.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 17 31 2 0.45 0 0.94 0.88 88.97 0.88 0.06
Hex 11 1F 2 2D 0 5E 58 59 58 6
Octal 21 37 2 55 0 136 130 131 130 6
Binary 10001 11111 10 101101 0 1011110 1011000 1011001 1011000 110

Color Harmonies of #111F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F02

Black with #111F02

Text Example


Text Example

White with #111F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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