#303A17

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

Shades of Turtle Green #303A17

Tints of Turtle Green #303A17

Color information

#303A17 (or 0x303A17) is unknown color: approx Turtle Green. HEX triplet: 30, 3A and 17. RGB value is (48,58,23). Sum of RGB (Red+Green+Blue) = 48+58+23=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #303A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303A17 is #CFC5E8. Grayscale: #333333. Windows color (decimal): -13616617 or 1522224. OLE color: 1522224.

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

Color convert

RGB485823-
CMYK0.1700.600.77
HSL77.14º43.21%15.88%-
HSV(B)77.14º60.34%22.75%-
XYZ2.893.721.38-
YUV51.02112.19125.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 58 (23.05% from 255) = 44.96%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=37.21%
G=44.96%
B=17.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4858230.1700.600.7777.1443.2115.88
Hex303A171103C4D4d2b10
Octal607227210741151155320
Binary110000111010101111000101111001001101100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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