Html Css Color HEX #028530 Dark Spring Green

📋 copy color: '#028530'

red 2 ◦ green 133 ◦ blue 48

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

Shades of Dark Spring Green #028530

Tints of Dark Spring Green #028530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 72.68%

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

R = 1.09%
G = 72.68%
B = 26.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#028530 (or 0x028530) is known color: Dark Spring Green. HEX triplet: 02, 85 and 30. RGB value is (2,133,48). Sum of RGB (Red+Green+Blue) = 2+133+48=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #028530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028530 is #FD7ACF. Grayscale: #545454. Windows color (decimal): -16612048 or 3179778. OLE color: 3179778.

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

Color convert

RGB 2 133 48 -
CMYK 0.98 0 0.64 0.48
HSL 141.07º 0.97% 0.26% -
HSV(B) 141.07º 0.98% 0.52% -
XYZ 8.95 17 5.61 -
YUV 84.14 107.6 69.41 -
System Red Green Blue C M Y K H S L
Decimal 2 133 48 0.98 0 0.64 0.48 141.07 0.97 0.26
Hex 2 85 30 62 0 40 30 8D 61 1A
Octal 2 205 60 142 0 100 60 215 141 32
Binary 10 10000101 110000 1100010 0 1000000 110000 10001101 1100001 11010

Color Harmonies of #028530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028530

Black with #028530

Text Example


Text Example

White with #028530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028530; }

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

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

background-color css

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

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

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

border-color css

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

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

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