#303A03

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

Shades of Turtle Green #303A03

Tints of Turtle Green #303A03

Color information

#303A03 (or 0x303A03) is unknown color: approx Turtle Green. HEX triplet: 30, 3A and 03. RGB value is (48,58,3). Sum of RGB (Red+Green+Blue) = 48+58+3=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #303A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303A03 is #CFC5FC. Grayscale: #303030. Windows color (decimal): -13616637 or 211504. OLE color: 211504.

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

Color convert

RGB48583-
CMYK0.1700.950.77
HSL70.91º90.16%11.96%-
HSV(B)70.91º94.83%22.75%-
XYZ2.753.660.65-
YUV48.74102.19127.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 58 (23.05% from 255) = 53.21%
BLUE value IS 3 (1.56% from 255) = 2.75%
R=44.04%
G=53.21%
B=2.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal485830.1700.950.7770.9190.1611.96
Hex303A31105F4D475ac
Octal6072321013711510713214
Binary1100001110101110001010111111001101100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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