#006D30

Color #006D30 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #006D30

Tints of Fun Green #006D30

Color information

#006D30 (or 0x006D30) is unknown color: approx Fun Green. HEX triplet: 00, 6D and 30. RGB value is (0,109,48). Sum of RGB (Red+Green+Blue) = 0+109+48=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 109 (42.97% from 255 or 69.43% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 109 - color contains mainly: green. Hex color #006D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D30 is #FF92CF. Grayscale: #454545. Windows color (decimal): -16749264 or 3173632. OLE color: 3173632.

HSL color Cylindrical-coordinate representation of color #006D30: hue angle of 146.42º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D30 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB010948-
CMYK100.560.57
HSL146.42º100%21.37%-
HSV(B)146.42º100%42.75%-
XYZ611.154.63-
YUV69.46115.8978.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 69.43%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=0%
G=69.43%
B=30.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010948100.560.57146.4210021.37
Hex06D306403839926415
Octal0155601440707122214425
Binary011011011100001100100011100011100110010010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006D30; }

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

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

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

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

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

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

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

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