#00853A

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

Shades of Dark Spring Green #00853A

Tints of Dark Spring Green #00853A

Color information

#00853A (or 0x00853A) is unknown color: approx Dark Spring Green. HEX triplet: 00, 85 and 3A. RGB value is (0,133,58). Sum of RGB (Red+Green+Blue) = 0+133+58=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #00853A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00853A is #FF7AC5. Grayscale: #545454. Windows color (decimal): -16743110 or 3835136. OLE color: 3835136.

HSL color Cylindrical-coordinate representation of color #00853A: hue angle of 146.17º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00853A is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB013358-
CMYK100.560.48
HSL146.17º100%26.08%-
HSV(B)146.17º100%52.16%-
XYZ9.1517.086.82-
YUV84.68112.9467.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 69.63%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=0%
G=69.63%
B=30.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013358100.560.48146.1710026.08
Hex0853A640383092641a
Octal0205721440706022214432
Binary0100001011110101100100011100011000010010010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,133,58); }

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

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

 a { background-color: rgb(0,133,58); }

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

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

 span { border-color: rgb(0,133,58); }

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