Html Css Color HEX #028115 Green

📋 copy color: '#028115'

red 2 ◦ green 129 ◦ blue 21

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

Shades of Green #028115

Tints of Green #028115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 84.87%

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

R = 1.32%
G = 84.87%
B = 13.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#028115 (or 0x028115) is known color: Green. HEX triplet: 02, 81 and 15. RGB value is (2,129,21). Sum of RGB (Red+Green+Blue) = 2+129+21=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 129 (50.78% from 255 or 84.87% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 129 - color contains mainly: green. Hex color #028115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028115 is #FD7EEA. Grayscale: #4F4F4F. Windows color (decimal): -16613099 or 1409282. OLE color: 1409282.

HSL color Cylindrical-coordinate representation of color #028115: hue angle of 128.98º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028115 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 129 21 -
CMYK 0.98 0 0.84 0.49
HSL 128.98º 0.97% 0.26% -
HSV(B) 128.98º 0.98% 0.51% -
XYZ 8.01 15.77 3.33 -
YUV 78.72 95.42 73.28 -
System Red Green Blue C M Y K H S L
Decimal 2 129 21 0.98 0 0.84 0.49 128.98 0.97 0.26
Hex 2 81 15 62 0 54 31 81 61 1A
Octal 2 201 25 142 0 124 61 201 141 32
Binary 10 10000001 10101 1100010 0 1010100 110001 10000001 1100001 11010

Color Harmonies of #028115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028115

Black with #028115

Text Example


Text Example

White with #028115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028115; }

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

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

background-color css

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

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

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

border-color css

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

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

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