#303A18

Color #303A18 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #303A18

Tints of Turtle Green #303A18

Color information

#303A18 (or 0x303A18) is unknown color: approx Turtle Green. HEX triplet: 30, 3A and 18. RGB value is (48,58,24). Sum of RGB (Red+Green+Blue) = 48+58+24=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #303A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303A18 is #CFC5E7. Grayscale: #333333. Windows color (decimal): -13616616 or 1587760. OLE color: 1587760.

HSL color Cylindrical-coordinate representation of color #303A18: hue angle of 77.65º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303A18 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB485824-
CMYK0.1700.590.77
HSL77.65º41.46%16.08%-
HSV(B)77.65º58.62%22.75%-
XYZ2.93.721.43-
YUV51.13112.69125.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 58 (23.05% from 255) = 44.62%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=36.92%
G=44.62%
B=18.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4858240.1700.590.7777.6541.4616.08
Hex303A181103B4D4e2910
Octal607230210731151165120
Binary110000111010110001000101110111001101100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303A18; }

 p { color: rgb(48,58,24); }

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

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

 a { background-color: rgb(48,58,24); }

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

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

 span { border-color: rgb(48,58,24); }

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