Html Css Color HEX #00852B Dark Spring Green

📋 copy color: '#00852B'

red 0 ◦ green 133 ◦ blue 43

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

Shades of Dark Spring Green #00852B

Tints of Dark Spring Green #00852B

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

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#00852B (or 0x00852B) is known color: 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

RGB 0 133 43 -
CMYK 1 0 0.68 0.48
HSL 139.4º 1% 0.26% -
HSV(B) 139.4º 1% 0.52% -
XYZ 8.82 16.95 5.09 -
YUV 82.97 105.44 68.82 -
System Red Green Blue C M Y K H S L
Decimal 0 133 43 1 0 0.68 0.48 139.4 1 0.26
Hex 0 85 2B 64 0 44 30 8B 64 1A
Octal 0 205 53 144 0 104 60 213 144 32
Binary 0 10000101 101011 1100100 0 1000100 110000 10001011 1100100 11010

Color Harmonies of #00852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00852B

Black with #00852B

Text Example


Text Example

White with #00852B

Text Example


Text Example

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