#303602

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

Shades of Turtle Green #303602

Tints of Turtle Green #303602

Color information

#303602 (or 0x303602) is unknown color: approx Turtle Green. HEX triplet: 30, 36 and 02. RGB value is (48,54,2). Sum of RGB (Red+Green+Blue) = 48+54+2=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #303602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303602 is #CFC9FD. Grayscale: #2E2E2E. Windows color (decimal): -13617662 or 144944. OLE color: 144944.

HSL color Cylindrical-coordinate representation of color #303602: hue angle of 66.92º 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 #303602 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB48542-
CMYK0.1100.960.79
HSL66.92º92.86%10.98%-
HSV(B)66.92º96.3%21.18%-
XYZ2.553.270.55-
YUV46.28103.01129.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 54 (21.48% from 255) = 51.92%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=46.15%
G=51.92%
B=1.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal485420.1100.960.7966.9292.8610.98
Hex30362B0604F435db
Octal6066213014011710313513
Binary110000110110101011011000001001111100001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303602; }

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

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

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

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

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

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

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

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