Html Css Color HEX #00853A Dark Spring Green

📋 copy color: '#00853A'

red 0 ◦ green 133 ◦ blue 58

#00853A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #00853A

Tints of Dark Spring Green #00853A

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 value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#00853A (or 0x00853A) is known color: 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

RGB 0 133 58 -
CMYK 1 0 0.56 0.48
HSL 146.17º 1% 0.26% -
HSV(B) 146.17º 1% 0.52% -
XYZ 9.15 17.08 6.82 -
YUV 84.68 112.94 67.6 -
System Red Green Blue C M Y K H S L
Decimal 0 133 58 1 0 0.56 0.48 146.17 1 0.26
Hex 0 85 3A 64 0 38 30 92 64 1A
Octal 0 205 72 144 0 70 60 222 144 32
Binary 0 10000101 111010 1100100 0 111000 110000 10010010 1100100 11010

Color Harmonies of #00853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00853A

Black with #00853A

Text Example


Text Example

White with #00853A

Text Example


Text Example

HTML Codes & Css Web 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>