#068230

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

Shades of Dark Spring Green #068230

Tints of Dark Spring Green #068230

Color information

#068230 (or 0x068230) is unknown color: approx Dark Spring Green. HEX triplet: 06, 82 and 30. RGB value is (6,130,48). Sum of RGB (Red+Green+Blue) = 6+130+48=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #068230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068230 is #F97DCF. Grayscale: #535353. Windows color (decimal): -16350672 or 3179014. OLE color: 3179014.

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

Color convert

RGB613048-
CMYK0.9500.630.49
HSL140.32º91.18%26.67%-
HSV(B)140.32º95.38%50.98%-
XYZ8.5916.225.47-
YUV83.58107.9272.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 130 (51.17% from 255) = 70.65%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=3.26%
G=70.65%
B=26.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6130480.9500.630.49140.3291.1826.67
Hex682305F03F318c5b1b
Octal6202601370776121413333
Binary110100000101100001011111011111111000110001100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068230; }

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

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

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

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

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

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

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

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