Html Css Color HEX #008130 Dark Spring Green

📋 copy color: '#008130'

red 0 ◦ green 129 ◦ blue 48

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

Shades of Dark Spring Green #008130

Tints of Dark Spring Green #008130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 72.88%

 BLUE value IS 48 (19.14% from 255) = 27.12%

R = 0%
G = 72.88%
B = 27.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#008130 (or 0x008130) is known color: Dark Spring Green. HEX triplet: 00, 81 and 30. RGB value is (0,129,48). Sum of RGB (Red+Green+Blue) = 0+129+48=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 129 (50.78% from 255 or 72.88% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 129 - color contains mainly: green. Hex color #008130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008130 is #FF7ECF. Grayscale: #515151. Windows color (decimal): -16744144 or 3178752. OLE color: 3178752.

HSL color Cylindrical-coordinate representation of color #008130: hue angle of 142.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008130 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 48 -
CMYK 1 0 0.63 0.49
HSL 142.33º 1% 0.25% -
HSV(B) 142.33º 1% 0.51% -
XYZ 8.38 15.91 5.43 -
YUV 81.2 109.26 70.09 -
System Red Green Blue C M Y K H S L
Decimal 0 129 48 1 0 0.63 0.49 142.33 1 0.25
Hex 0 81 30 64 0 3F 31 8E 64 19
Octal 0 201 60 144 0 77 61 216 144 31
Binary 0 10000001 110000 1100100 0 111111 110001 10001110 1100100 11001

Color Harmonies of #008130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008130

Black with #008130

Text Example


Text Example

White with #008130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008130; }

 p { color: rgb(0,129,48); }

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

background-color css

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

 a { background-color: rgb(0,129,48); }

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

border-color css

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

 span { border-color: rgb(0,129,48); }

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