#304405

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

Shades of Turtle Green #304405

Tints of Turtle Green #304405

Color information

#304405 (or 0x304405) is unknown color: approx Turtle Green. HEX triplet: 30, 44 and 05. RGB value is (48,68,5). Sum of RGB (Red+Green+Blue) = 48+68+5=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #304405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304405 is #CFBBFA. Grayscale: #373737. Windows color (decimal): -13614075 or 345136. OLE color: 345136.

HSL color Cylindrical-coordinate representation of color #304405: hue angle of 79.05º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #304405 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB48685-
CMYK0.2900.930.73
HSL79.05º86.3%14.31%-
HSV(B)79.05º92.65%26.67%-
XYZ3.314.770.89-
YUV54.8499.87123.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=39.67%
G=56.20%
B=4.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal486850.2900.930.7379.0586.314.31
Hex304451D05D494f56e
Octal60104535013511111712616
Binary110000100010010111101010111011001001100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304405; }

 p { color: rgb(48,68,5); }

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

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

 a { background-color: rgb(48,68,5); }

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

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

 span { border-color: rgb(48,68,5); }

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