Html Css Color HEX #00882B Dark Spring Green

📋 copy color: '#00882B'

red 0 ◦ green 136 ◦ blue 43

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

Shades of Dark Spring Green #00882B

Tints of Dark Spring Green #00882B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 75.98%

 BLUE value IS 43 (17.19% from 255) = 24.02%

R = 0%
G = 75.98%
B = 24.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#00882B (or 0x00882B) is known color: Dark Spring Green. HEX triplet: 00, 88 and 2B. RGB value is (0,136,43). Sum of RGB (Red+Green+Blue) = 0+136+43=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 136 (53.52% from 255 or 75.98% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 136 - color contains mainly: green. Hex color #00882B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00882B is #FF77D4. Grayscale: #545454. Windows color (decimal): -16742357 or 2852864. OLE color: 2852864.

HSL color Cylindrical-coordinate representation of color #00882B: hue angle of 138.97º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00882B is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 43 -
CMYK 1 0 0.68 0.47
HSL 138.97º 1% 0.27% -
HSV(B) 138.97º 1% 0.53% -
XYZ 9.24 17.78 5.23 -
YUV 84.73 104.44 67.56 -
System Red Green Blue C M Y K H S L
Decimal 0 136 43 1 0 0.68 0.47 138.97 1 0.27
Hex 0 88 2B 64 0 44 2F 8B 64 1B
Octal 0 210 53 144 0 104 57 213 144 33
Binary 0 10001000 101011 1100100 0 1000100 101111 10001011 1100100 11011

Color Harmonies of #00882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00882B

Black with #00882B

Text Example


Text Example

White with #00882B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00882B;
 }
 .AnyTagClassName
 {
   color: #00882B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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