#304814

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

Shades of Turtle Green #304814

Tints of Turtle Green #304814

Color information

#304814 (or 0x304814) is unknown color: approx Turtle Green. HEX triplet: 30, 48 and 14. RGB value is (48,72,20). Sum of RGB (Red+Green+Blue) = 48+72+20=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #304814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304814 is #CFB7EB. Grayscale: #3B3B3B. Windows color (decimal): -13613036 or 1329200. OLE color: 1329200.

HSL color Cylindrical-coordinate representation of color #304814: hue angle of 87.69º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304814 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB487220-
CMYK0.3300.720.72
HSL87.69º56.52%18.04%-
HSV(B)87.69º72.22%28.24%-
XYZ3.665.311.49-
YUV58.9106.05120.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=34.29%
G=51.43%
B=14.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872200.3300.720.7287.6956.5218.04
Hex3048142104848583912
Octal60110244101101101307122
Binary110000100100010100100001010010001001000101100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304814; }

 p { color: rgb(48,72,20); }

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

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

 a { background-color: rgb(48,72,20); }

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

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

 span { border-color: rgb(48,72,20); }

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