Html Css Color HEX #00862D Dark Spring Green

📋 copy color: '#00862D'

red 0 ◦ green 134 ◦ blue 45

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

Shades of Dark Spring Green #00862D

Tints of Dark Spring Green #00862D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.14%

R = 0%
G = 74.86%
B = 25.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#00862D (or 0x00862D) is known color: Dark Spring Green. HEX triplet: 00, 86 and 2D. RGB value is (0,134,45). Sum of RGB (Red+Green+Blue) = 0+134+45=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 134 (52.73% from 255 or 74.86% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 134 - color contains mainly: green. Hex color #00862D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00862D is #FF79D2. Grayscale: #545454. Windows color (decimal): -16742867 or 2983424. OLE color: 2983424.

HSL color Cylindrical-coordinate representation of color #00862D: hue angle of 140.15º 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 #00862D is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 134 45 -
CMYK 1 0 0.66 0.47
HSL 140.15º 1% 0.26% -
HSV(B) 140.15º 1% 0.53% -
XYZ 9 17.24 5.34 -
YUV 83.79 106.11 68.24 -
System Red Green Blue C M Y K H S L
Decimal 0 134 45 1 0 0.66 0.47 140.15 1 0.26
Hex 0 86 2D 64 0 42 2F 8C 64 1A
Octal 0 206 55 144 0 102 57 214 144 32
Binary 0 10000110 101101 1100100 0 1000010 101111 10001100 1100100 11010

Color Harmonies of #00862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00862D

Black with #00862D

Text Example


Text Example

White with #00862D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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