Html Css Color HEX #028413 Green

📋 copy color: '#028413'

red 2 ◦ green 132 ◦ blue 19

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

Shades of Green #028413

Tints of Green #028413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 86.27%

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 1.31%
G = 86.27%
B = 12.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#028413 (or 0x028413) is known color: Green. HEX triplet: 02, 84 and 13. RGB value is (2,132,19). Sum of RGB (Red+Green+Blue) = 2+132+19=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 132 (51.95% from 255 or 86.27% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 132 - color contains mainly: green. Hex color #028413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028413 is #FD7BEC. Grayscale: #505050. Windows color (decimal): -16612333 or 1278978. OLE color: 1278978.

HSL color Cylindrical-coordinate representation of color #028413: hue angle of 127.85º 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 #028413 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 132 19 -
CMYK 0.98 0 0.86 0.48
HSL 127.85º 0.97% 0.26% -
HSV(B) 127.85º 0.98% 0.52% -
XYZ 8.39 16.56 3.37 -
YUV 80.25 93.43 72.19 -
System Red Green Blue C M Y K H S L
Decimal 2 132 19 0.98 0 0.86 0.48 127.85 0.97 0.26
Hex 2 84 13 62 0 56 30 80 61 1A
Octal 2 204 23 142 0 126 60 200 141 32
Binary 10 10000100 10011 1100010 0 1010110 110000 10000000 1100001 11010

Color Harmonies of #028413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028413

Black with #028413

Text Example


Text Example

White with #028413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028413; }

 p { color: rgb(2,132,19); }

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

background-color css

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

 a { background-color: rgb(2,132,19); }

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

border-color css

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

 span { border-color: rgb(2,132,19); }

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