#00852B

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

Shades of Dark Spring Green #00852B

Tints of Dark Spring Green #00852B

Color information

#00852B (or 0x00852B) is unknown color: approx Dark Spring Green. HEX triplet: 00, 85 and 2B. RGB value is (0,133,43). Sum of RGB (Red+Green+Blue) = 0+133+43=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 133 (52.34% from 255 or 75.57% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 133 - color contains mainly: green. Hex color #00852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00852B is #FF7AD4. Grayscale: #535353. Windows color (decimal): -16743125 or 2852096. OLE color: 2852096.

HSL color Cylindrical-coordinate representation of color #00852B: hue angle of 139.4º 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 #00852B is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB013343-
CMYK100.680.48
HSL139.4º100%26.08%-
HSV(B)139.4º100%52.16%-
XYZ8.8216.955.09-
YUV82.97105.4468.82-

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) = 75.57%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=0%
G=75.57%
B=24.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013343100.680.48139.410026.08
Hex0852B64044308b641a
Octal02055314401046021314432
Binary01000010110101111001000100010011000010001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00852B; }

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

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

<style>
 a { background-color: #00852B; }

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

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

<style>
 span { border-color: #00852B; }

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

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