Html Css Color HEX #028B32 Dark Spring Green

📋 copy color: '#028B32'

red 2 ◦ green 139 ◦ blue 50

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

Shades of Dark Spring Green #028B32

Tints of Dark Spring Green #028B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 72.77%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 1.05%
G = 72.77%
B = 26.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#028B32 (or 0x028B32) is known color: Dark Spring Green. HEX triplet: 02, 8B and 32. RGB value is (2,139,50). Sum of RGB (Red+Green+Blue) = 2+139+50=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 139 (54.69% from 255 or 72.77% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 139 - color contains mainly: green. Hex color #028B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028B32 is #FD74CD. Grayscale: #585858. Windows color (decimal): -16610510 or 3312386. OLE color: 3312386.

HSL color Cylindrical-coordinate representation of color #028B32: hue angle of 141.02º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B32 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 139 50 -
CMYK 0.99 0 0.64 0.45
HSL 141.02º 0.97% 0.28% -
HSV(B) 141.02º 0.99% 0.55% -
XYZ 9.83 18.71 6.11 -
YUV 87.89 106.61 66.74 -
System Red Green Blue C M Y K H S L
Decimal 2 139 50 0.99 0 0.64 0.45 141.02 0.97 0.28
Hex 2 8B 32 63 0 40 2D 8D 61 1C
Octal 2 213 62 143 0 100 55 215 141 34
Binary 10 10001011 110010 1100011 0 1000000 101101 10001101 1100001 11100

Color Harmonies of #028B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028B32

Black with #028B32

Text Example


Text Example

White with #028B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,139,50); }

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

background-color css

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

 a { background-color: rgb(2,139,50); }

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

border-color css

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

 span { border-color: rgb(2,139,50); }

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