#01822E

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

Shades of Dark Spring Green #01822E

Tints of Dark Spring Green #01822E

Color information

#01822E (or 0x01822E) is unknown color: approx Dark Spring Green. HEX triplet: 01, 82 and 2E. RGB value is (1,130,46). Sum of RGB (Red+Green+Blue) = 1+130+46=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 130 (51.17% from 255 or 73.45% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 130 - color contains mainly: green. Hex color #01822E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01822E is #FE7DD1. Grayscale: #525252. Windows color (decimal): -16678354 or 3047937. OLE color: 3047937.

HSL color Cylindrical-coordinate representation of color #01822E: hue angle of 140.93º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01822E is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB113046-
CMYK0.9900.650.49
HSL140.93º98.47%25.69%-
HSV(B)140.93º99.23%50.98%-
XYZ8.4916.175.26-
YUV81.85107.7670.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 130 (51.17% from 255) = 73.45%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=0.56%
G=73.45%
B=25.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130460.9900.650.49140.9398.4725.69
Hex1822E63041318d621a
Octal12025614301016121514232
Binary11000001010111011000110100000111000110001101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01822E; }

 p { color: rgb(1,130,46); }

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

<style>
 a { background-color: #01822E; }

 a { background-color: rgb(1,130,46); }

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

<style>
 span { border-color: #01822E; }

 span { border-color: rgb(1,130,46); }

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