#303704

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

Shades of Turtle Green #303704

Tints of Turtle Green #303704

Color information

#303704 (or 0x303704) is unknown color: approx Turtle Green. HEX triplet: 30, 37 and 04. RGB value is (48,55,4). Sum of RGB (Red+Green+Blue) = 48+55+4=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #303704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303704 is #CFC8FB. Grayscale: #2F2F2F. Windows color (decimal): -13617404 or 276272. OLE color: 276272.

HSL color Cylindrical-coordinate representation of color #303704: hue angle of 68.24º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #303704 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB48554-
CMYK0.1300.930.78
HSL68.24º86.44%11.57%-
HSV(B)68.24º92.73%21.57%-
XYZ2.613.370.63-
YUV47.09103.68128.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 55 (21.88% from 255) = 51.40%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=44.86%
G=51.40%
B=3.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal485540.1300.930.7868.2486.4411.57
Hex30374D05D4E4456c
Octal6067415013511610412614
Binary1100001101111001101010111011001110100010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303704; }

 p { color: rgb(48,55,4); }

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

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

 a { background-color: rgb(48,55,4); }

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

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

 span { border-color: rgb(48,55,4); }

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