#303A0F

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

Shades of Turtle Green #303A0F

Tints of Turtle Green #303A0F

Color information

#303A0F (or 0x303A0F) is unknown color: approx Turtle Green. HEX triplet: 30, 3A and 0F. RGB value is (48,58,15). Sum of RGB (Red+Green+Blue) = 48+58+15=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #303A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303A0F is #CFC5F0. Grayscale: #323232. Windows color (decimal): -13616625 or 997936. OLE color: 997936.

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

Color convert

RGB485815-
CMYK0.1700.740.77
HSL73.95º58.9%14.31%-
HSV(B)73.95º74.14%22.75%-
XYZ2.823.691.02-
YUV50.11108.19126.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=39.67%
G=47.93%
B=12.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4858150.1700.740.7773.9558.914.31
Hex303AF1104A4D4a3be
Octal6072172101121151127316
Binary11000011101011111000101001010100110110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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