Html Css Color HEX #027115 Green

📋 copy color: '#027115'

red 2 ◦ green 113 ◦ blue 21

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

Shades of Green #027115

Tints of Green #027115

RGB

 RED value IS 2 (1.17% from 255) = 1.47%

 GREEN value IS 113 (44.53% from 255) = 83.09%

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 1.47%
G = 83.09%
B = 15.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#027115 (or 0x027115) is known color: Green. HEX triplet: 02, 71 and 15. RGB value is (2,113,21). Sum of RGB (Red+Green+Blue) = 2+113+21=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 113 (44.53% from 255 or 83.09% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 113 - color contains mainly: green. Hex color #027115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027115 is #FD8EEA. Grayscale: #454545. Windows color (decimal): -16617195 or 1405186. OLE color: 1405186.

HSL color Cylindrical-coordinate representation of color #027115: hue angle of 130.27º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027115 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 21 -
CMYK 0.98 0 0.81 0.56
HSL 130.27º 0.97% 0.23% -
HSV(B) 130.27º 0.98% 0.44% -
XYZ 6.07 11.88 2.68 -
YUV 69.32 100.73 79.98 -
System Red Green Blue C M Y K H S L
Decimal 2 113 21 0.98 0 0.81 0.56 130.27 0.97 0.23
Hex 2 71 15 62 0 51 38 82 61 17
Octal 2 161 25 142 0 121 70 202 141 27
Binary 10 1110001 10101 1100010 0 1010001 111000 10000010 1100001 10111

Color Harmonies of #027115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027115

Black with #027115

Text Example


Text Example

White with #027115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027115; }

 p { color: rgb(2,113,21); }

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

background-color css

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

 a { background-color: rgb(2,113,21); }

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

border-color css

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

 span { border-color: rgb(2,113,21); }

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