#028234

Color #028234 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #028234

Tints of Dark Spring Green #028234

Color information

#028234 (or 0x028234) is unknown color: approx Dark Spring Green. HEX triplet: 02, 82 and 34. RGB value is (2,130,52). Sum of RGB (Red+Green+Blue) = 2+130+52=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #028234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028234 is #FD7DCB. Grayscale: #535353. Windows color (decimal): -16612812 or 3441154. OLE color: 3441154.

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

Color convert

RGB213052-
CMYK0.9800.600.49
HSL143.44º96.97%25.88%-
HSV(B)143.44º98.46%50.98%-
XYZ8.6316.235.93-
YUV82.84110.5970.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 130 (51.17% from 255) = 70.65%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=1.09%
G=70.65%
B=28.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130520.9800.600.49143.4496.9725.88
Hex282346203C318f611a
Octal2202641420746121714132
Binary10100000101101001100010011110011000110001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028234; }

 p { color: rgb(2,130,52); }

 H1.HeaderClassName
 {
   color: #028234;
 }
 .AnyTagClassName
 {
   color: #028234;
 }
</style>
background-color css

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

 a { background-color: rgb(2,130,52); }

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

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

 span { border-color: rgb(2,130,52); }

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