Html Css Color HEX #008230 Dark Spring Green

📋 copy color: '#008230'

red 0 ◦ green 130 ◦ blue 48

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

Shades of Dark Spring Green #008230

Tints of Dark Spring Green #008230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 73.03%

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

R = 0%
G = 73.03%
B = 26.97%

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

#008230 (or 0x008230) is known color: Dark Spring Green. HEX triplet: 00, 82 and 30. RGB value is (0,130,48). Sum of RGB (Red+Green+Blue) = 0+130+48=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #008230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008230 is #FF7DCF. Grayscale: #515151. Windows color (decimal): -16743888 or 3179008. OLE color: 3179008.

HSL color Cylindrical-coordinate representation of color #008230: hue angle of 142.15º 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 #008230 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 130 48 -
CMYK 1 0 0.63 0.49
HSL 142.15º 1% 0.25% -
HSV(B) 142.15º 1% 0.51% -
XYZ 8.52 16.18 5.47 -
YUV 81.78 108.93 69.67 -
System Red Green Blue C M Y K H S L
Decimal 0 130 48 1 0 0.63 0.49 142.15 1 0.25
Hex 0 82 30 64 0 3F 31 8E 64 19
Octal 0 202 60 144 0 77 61 216 144 31
Binary 0 10000010 110000 1100100 0 111111 110001 10001110 1100100 11001

Color Harmonies of #008230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008230

Black with #008230

Text Example


Text Example

White with #008230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008230; }

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

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

background-color css

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

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

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

border-color css

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

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

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