Html Css Color HEX #028515 Green

📋 copy color: '#028515'

red 2 ◦ green 133 ◦ blue 21

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

Shades of Green #028515

Tints of Green #028515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 85.26%

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

R = 1.28%
G = 85.26%
B = 13.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#028515 (or 0x028515) is known color: Green. HEX triplet: 02, 85 and 15. RGB value is (2,133,21). Sum of RGB (Red+Green+Blue) = 2+133+21=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 133 (52.34% from 255 or 85.26% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 133 - color contains mainly: green. Hex color #028515 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028515 is #FD7AEA. Grayscale: #515151. Windows color (decimal): -16612075 or 1410306. OLE color: 1410306.

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

Color convert

RGB 2 133 21 -
CMYK 0.98 0 0.84 0.48
HSL 128.7º 0.97% 0.26% -
HSV(B) 128.7º 0.98% 0.52% -
XYZ 8.55 16.84 3.51 -
YUV 81.06 94.1 71.61 -
System Red Green Blue C M Y K H S L
Decimal 2 133 21 0.98 0 0.84 0.48 128.7 0.97 0.26
Hex 2 85 15 62 0 54 30 81 61 1A
Octal 2 205 25 142 0 124 60 201 141 32
Binary 10 10000101 10101 1100010 0 1010100 110000 10000001 1100001 11010

Color Harmonies of #028515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028515

Black with #028515

Text Example


Text Example

White with #028515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028515; }

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

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

background-color css

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

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

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

border-color css

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

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

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