Html Css Color HEX #028330 Dark Spring Green

📋 copy color: '#028330'

red 2 ◦ green 131 ◦ blue 48

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

Shades of Dark Spring Green #028330

Tints of Dark Spring Green #028330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 72.38%

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 1.1%
G = 72.38%
B = 26.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#028330 (or 0x028330) is known color: Dark Spring Green. HEX triplet: 02, 83 and 30. RGB value is (2,131,48). Sum of RGB (Red+Green+Blue) = 2+131+48=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 131 (51.56% from 255 or 72.38% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 131 - color contains mainly: green. Hex color #028330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028330 is #FD7CCF. Grayscale: #535353. Windows color (decimal): -16612560 or 3179266. OLE color: 3179266.

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

Color convert

RGB 2 131 48 -
CMYK 0.98 0 0.63 0.49
HSL 141.4º 0.97% 0.26% -
HSV(B) 141.4º 0.98% 0.51% -
XYZ 8.67 16.46 5.52 -
YUV 82.97 108.26 70.25 -
System Red Green Blue C M Y K H S L
Decimal 2 131 48 0.98 0 0.63 0.49 141.4 0.97 0.26
Hex 2 83 30 62 0 3F 31 8D 61 1A
Octal 2 203 60 142 0 77 61 215 141 32
Binary 10 10000011 110000 1100010 0 111111 110001 10001101 1100001 11010

Color Harmonies of #028330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028330

Black with #028330

Text Example


Text Example

White with #028330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028330; }

 p { color: rgb(2,131,48); }

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

background-color css

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

 a { background-color: rgb(2,131,48); }

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

border-color css

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

 span { border-color: rgb(2,131,48); }

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