#008233

Color #008233 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #008233

Tints of Dark Spring Green #008233

Color information

#008233 (or 0x008233) is unknown color: approx Dark Spring Green. HEX triplet: 00, 82 and 33. RGB value is (0,130,51). Sum of RGB (Red+Green+Blue) = 0+130+51=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #008233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008233 is #FF7DCC. Grayscale: #525252. Windows color (decimal): -16743885 or 3375616. OLE color: 3375616.

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

Color convert

RGB013051-
CMYK100.610.49
HSL143.54º100%25.49%-
HSV(B)143.54º100%50.98%-
XYZ8.5816.25.81-
YUV82.12110.4369.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 71.82%
BLUE value IS 51 (20.31% from 255) = 28.18%
R=0%
G=71.82%
B=28.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013051100.610.49143.5410025.49
Hex082336403D31906419
Octal0202631440756122014431
Binary0100000101100111100100011110111000110010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008233; }

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

 H1.HeaderClassName
 {
   color: #008233;
 }
 .AnyTagClassName
 {
   color: #008233;
 }
</style>
background-color css

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

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

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

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

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

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