Html Css Color HEX #00862B Dark Spring Green

📋 copy color: '#00862B'

red 0 ◦ green 134 ◦ blue 43

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

Shades of Dark Spring Green #00862B

Tints of Dark Spring Green #00862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 75.71%

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

R = 0%
G = 75.71%
B = 24.29%

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

#00862B (or 0x00862B) is known color: Dark Spring Green. HEX triplet: 00, 86 and 2B. RGB value is (0,134,43). Sum of RGB (Red+Green+Blue) = 0+134+43=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 134 (52.73% from 255 or 75.71% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 134 - color contains mainly: green. Hex color #00862B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00862B is #FF79D4. Grayscale: #535353. Windows color (decimal): -16742869 or 2852352. OLE color: 2852352.

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

Color convert

RGB 0 134 43 -
CMYK 1 0 0.68 0.47
HSL 139.25º 1% 0.26% -
HSV(B) 139.25º 1% 0.53% -
XYZ 8.96 17.22 5.14 -
YUV 83.56 105.11 68.4 -
System Red Green Blue C M Y K H S L
Decimal 0 134 43 1 0 0.68 0.47 139.25 1 0.26
Hex 0 86 2B 64 0 44 2F 8B 64 1A
Octal 0 206 53 144 0 104 57 213 144 32
Binary 0 10000110 101011 1100100 0 1000100 101111 10001011 1100100 11010

Color Harmonies of #00862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00862B

Black with #00862B

Text Example


Text Example

White with #00862B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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