#01782F

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

Shades of Dark Spring Green #01782F

Tints of Dark Spring Green #01782F

Color information

#01782F (or 0x01782F) is unknown color: approx Dark Spring Green. HEX triplet: 01, 78 and 2F. RGB value is (1,120,47). Sum of RGB (Red+Green+Blue) = 1+120+47=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 120 (47.27% from 255 or 71.43% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 120 - color contains mainly: green. Hex color #01782F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01782F is #FE87D0. Grayscale: #4C4C4C. Windows color (decimal): -16680913 or 3110913. OLE color: 3110913.

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

Color convert

RGB112047-
CMYK0.9900.610.53
HSL143.19º98.35%23.73%-
HSV(B)143.19º99.17%47.06%-
XYZ7.2413.644.94-
YUV76.1111.5874.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 120 (47.27% from 255) = 71.43%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=0.60%
G=71.43%
B=27.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1120470.9900.610.53143.1998.3523.73
Hex1782F6303D358f6218
Octal1170571430756521714230
Binary111110001011111100011011110111010110001111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,120,47); }

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

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

 a { background-color: rgb(1,120,47); }

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

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

 span { border-color: rgb(1,120,47); }

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