#303502

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

Shades of Turtle Green #303502

Tints of Turtle Green #303502

Color information

#303502 (or 0x303502) is unknown color: approx Turtle Green. HEX triplet: 30, 35 and 02. RGB value is (48,53,2). Sum of RGB (Red+Green+Blue) = 48+53+2=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #303502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303502 is #CFCAFD. Grayscale: #2D2D2D. Windows color (decimal): -13617918 or 144688. OLE color: 144688.

HSL color Cylindrical-coordinate representation of color #303502: hue angle of 65.88º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #303502 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB48532-
CMYK0.0900.960.79
HSL65.88º92.73%10.78%-
HSV(B)65.88º96.23%20.78%-
XYZ2.53.180.54-
YUV45.69103.34129.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 53 (21.09% from 255) = 51.46%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=46.60%
G=51.46%
B=1.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal485320.0900.960.7965.8892.7310.78
Hex3035290604F425db
Octal6065211014011710213513
Binary110000110101101001011000001001111100001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303502; }

 p { color: rgb(48,53,2); }

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

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

 a { background-color: rgb(48,53,2); }

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

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

 span { border-color: rgb(48,53,2); }

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