#02783F

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

Shades of Dark Spring Green #02783F

Tints of Dark Spring Green #02783F

Color information

#02783F (or 0x02783F) is unknown color: approx Dark Spring Green. HEX triplet: 02, 78 and 3F. RGB value is (2,120,63). Sum of RGB (Red+Green+Blue) = 2+120+63=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 120 (47.27% from 255 or 64.86% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 120 - color contains mainly: green. Hex color #02783F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02783F is #FD87C0. Grayscale: #4E4E4E. Windows color (decimal): -16615361 or 4159490. OLE color: 4159490.

HSL color Cylindrical-coordinate representation of color #02783F: hue angle of 151.02º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02783F is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB212063-
CMYK0.9800.480.53
HSL151.02º96.72%23.92%-
HSV(B)151.02º98.33%47.06%-
XYZ7.6413.86.96-
YUV78.22119.4173.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 120 (47.27% from 255) = 64.86%
BLUE value IS 63 (25% from 255) = 34.05%
R=1.08%
G=64.86%
B=34.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120630.9800.480.53151.0296.7223.92
Hex2783F6203035976118
Octal2170771420606522714130
Binary1011110001111111100010011000011010110010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02783F; }

 p { color: rgb(2,120,63); }

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

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

 a { background-color: rgb(2,120,63); }

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

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

 span { border-color: rgb(2,120,63); }

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