#01822A

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

Shades of Dark Spring Green #01822A

Tints of Dark Spring Green #01822A

Color information

#01822A (or 0x01822A) is unknown color: approx Dark Spring Green. HEX triplet: 01, 82 and 2A. RGB value is (1,130,42). Sum of RGB (Red+Green+Blue) = 1+130+42=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #01822A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01822A is #FE7DD5. Grayscale: #515151. Windows color (decimal): -16678358 or 2785793. OLE color: 2785793.

HSL color Cylindrical-coordinate representation of color #01822A: hue angle of 139.07º 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 #01822A is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB113042-
CMYK0.9900.680.49
HSL139.07º98.47%25.69%-
HSV(B)139.07º99.23%50.98%-
XYZ8.4116.144.86-
YUV81.4105.7670.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 130 (51.17% from 255) = 75.14%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=0.58%
G=75.14%
B=24.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130420.9900.680.49139.0798.4725.69
Hex1822A63044318b621a
Octal12025214301046121314232
Binary11000001010101011000110100010011000110001011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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