Html Css Color HEX #028A0D Green

📋 copy color: '#028A0D'

red 2 ◦ green 138 ◦ blue 13

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

Shades of Green #028A0D

Tints of Green #028A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 90.2%

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 1.31%
G = 90.2%
B = 8.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#028A0D (or 0x028A0D) is known color: Green. HEX triplet: 02, 8A and 0D. RGB value is (2,138,13). Sum of RGB (Red+Green+Blue) = 2+138+13=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 138 (54.30% from 255 or 90.20% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 138 - color contains mainly: green. Hex color #028A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028A0D is #FD75F2. Grayscale: #535353. Windows color (decimal): -16610803 or 887298. OLE color: 887298.

HSL color Cylindrical-coordinate representation of color #028A0D: hue angle of 124.85º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A0D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 138 13 -
CMYK 0.99 0 0.91 0.46
HSL 124.85º 0.97% 0.27% -
HSV(B) 124.85º 0.99% 0.54% -
XYZ 9.19 18.22 3.41 -
YUV 83.09 88.44 70.16 -
System Red Green Blue C M Y K H S L
Decimal 2 138 13 0.99 0 0.91 0.46 124.85 0.97 0.27
Hex 2 8A D 63 0 5B 2E 7D 61 1B
Octal 2 212 15 143 0 133 56 175 141 33
Binary 10 10001010 1101 1100011 0 1011011 101110 1111101 1100001 11011

Color Harmonies of #028A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028A0D

Black with #028A0D

Text Example


Text Example

White with #028A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028A0D; }

 p { color: rgb(2,138,13); }

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

background-color css

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

 a { background-color: rgb(2,138,13); }

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

border-color css

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

 span { border-color: rgb(2,138,13); }

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