#02833C

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

Shades of Dark Spring Green #02833C

Tints of Dark Spring Green #02833C

Color information

#02833C (or 0x02833C) is unknown color: approx Dark Spring Green. HEX triplet: 02, 83 and 3C. RGB value is (2,131,60). Sum of RGB (Red+Green+Blue) = 2+131+60=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 131 (51.56% from 255 or 67.88% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 131 - color contains mainly: green. Hex color #02833C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02833C is #FD7CC3. Grayscale: #545454. Windows color (decimal): -16612548 or 3965698. OLE color: 3965698.

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

Color convert

RGB213160-
CMYK0.9800.540.49
HSL146.98º96.99%26.08%-
HSV(B)146.98º98.47%51.37%-
XYZ8.9616.577-
YUV84.34114.2669.27-

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) = 67.88%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=1.04%
G=67.88%
B=31.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2131600.9800.540.49146.9896.9926.08
Hex2833C620363193611a
Octal2203741420666122314132
Binary10100000111111001100010011011011000110010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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