#02833B

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

Shades of Dark Spring Green #02833B

Tints of Dark Spring Green #02833B

Color information

#02833B (or 0x02833B) is unknown color: approx Dark Spring Green. HEX triplet: 02, 83 and 3B. RGB value is (2,131,59). Sum of RGB (Red+Green+Blue) = 2+131+59=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 131 (51.56% from 255 or 68.23% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 131 - color contains mainly: green. Hex color #02833B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02833B is #FD7CC4. Grayscale: #545454. Windows color (decimal): -16612549 or 3900162. OLE color: 3900162.

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

Color convert

RGB213159-
CMYK0.9800.550.49
HSL146.51º96.99%26.08%-
HSV(B)146.51º98.47%51.37%-
XYZ8.9316.566.86-
YUV84.22113.7669.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 131 (51.56% from 255) = 68.23%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=1.04%
G=68.23%
B=30.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2131590.9800.550.49146.5196.9926.08
Hex2833B620373193611a
Octal2203731420676122314132
Binary10100000111110111100010011011111000110010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02833B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02833B; }

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

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

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

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

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

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

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

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