#304417

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

Shades of Turtle Green #304417

Tints of Turtle Green #304417

Color information

#304417 (or 0x304417) is unknown color: approx Turtle Green. HEX triplet: 30, 44 and 17. RGB value is (48,68,23). Sum of RGB (Red+Green+Blue) = 48+68+23=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #304417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304417 is #CFBBE8. Grayscale: #393939. Windows color (decimal): -13614057 or 1524784. OLE color: 1524784.

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

Color convert

RGB486823-
CMYK0.2900.660.73
HSL86.67º49.45%17.84%-
HSV(B)86.67º66.18%26.67%-
XYZ3.444.821.56-
YUV56.89108.87121.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=34.53%
G=48.92%
B=16.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868230.2900.660.7386.6749.4517.84
Hex3044171D04249573112
Octal60104273501021111276122
Binary11000010001001011111101010000101001001101011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304417; }

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

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

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

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

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

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

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

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