#02843B

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

Shades of Dark Spring Green #02843B

Tints of Dark Spring Green #02843B

Color information

#02843B (or 0x02843B) is unknown color: approx Dark Spring Green. HEX triplet: 02, 84 and 3B. RGB value is (2,132,59). Sum of RGB (Red+Green+Blue) = 2+132+59=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #02843B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02843B is #FD7BC4. Grayscale: #545454. Windows color (decimal): -16612293 or 3900418. OLE color: 3900418.

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

Color convert

RGB213259-
CMYK0.9800.550.48
HSL146.31º97.01%26.27%-
HSV(B)146.31º98.48%51.76%-
XYZ9.0716.836.91-
YUV84.81113.4368.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 132 (51.95% from 255) = 68.39%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=1.04%
G=68.39%
B=30.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2132590.9800.550.48146.3197.0126.27
Hex2843B620373092611a
Octal2204731420676022214132
Binary10100001001110111100010011011111000010010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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