Html Css Color HEX #028121 Green

📋 copy color: '#028121'

red 2 ◦ green 129 ◦ blue 33

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

Shades of Green #028121

Tints of Green #028121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 1.22%
G = 78.66%
B = 20.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#028121 (or 0x028121) is known color: Green. HEX triplet: 02, 81 and 21. RGB value is (2,129,33). Sum of RGB (Red+Green+Blue) = 2+129+33=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 129 (50.78% from 255 or 78.66% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 129 - color contains mainly: green. Hex color #028121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028121 is #FD7EDE. Grayscale: #505050. Windows color (decimal): -16613087 or 2195714. OLE color: 2195714.

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

Color convert

RGB 2 129 33 -
CMYK 0.98 0 0.74 0.49
HSL 134.65º 0.97% 0.26% -
HSV(B) 134.65º 0.98% 0.51% -
XYZ 8.15 15.82 4.06 -
YUV 80.08 101.42 72.31 -
System Red Green Blue C M Y K H S L
Decimal 2 129 33 0.98 0 0.74 0.49 134.65 0.97 0.26
Hex 2 81 21 62 0 4A 31 87 61 1A
Octal 2 201 41 142 0 112 61 207 141 32
Binary 10 10000001 100001 1100010 0 1001010 110001 10000111 1100001 11010

Color Harmonies of #028121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028121

Black with #028121

Text Example


Text Example

White with #028121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028121; }

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

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

background-color css

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

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

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

border-color css

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

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

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