#01823A

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

Shades of Dark Spring Green #01823A

Tints of Dark Spring Green #01823A

Color information

#01823A (or 0x01823A) is unknown color: approx Dark Spring Green. HEX triplet: 01, 82 and 3A. RGB value is (1,130,58). Sum of RGB (Red+Green+Blue) = 1+130+58=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #01823A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01823A is #FE7DC5. Grayscale: #535353. Windows color (decimal): -16678342 or 3834369. OLE color: 3834369.

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

Color convert

RGB113058-
CMYK0.9900.550.49
HSL146.51º98.47%25.69%-
HSV(B)146.51º99.23%50.98%-
XYZ8.7616.286.68-
YUV83.22113.7669.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 130 (51.17% from 255) = 68.78%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=0.53%
G=68.78%
B=30.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130580.9900.550.49146.5198.4725.69
Hex1823A630373193621a
Octal1202721430676122314232
Binary1100000101110101100011011011111000110010011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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