#304119

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

Shades of Turtle Green #304119

Tints of Turtle Green #304119

Color information

#304119 (or 0x304119) is unknown color: approx Turtle Green. HEX triplet: 30, 41 and 19. RGB value is (48,65,25). Sum of RGB (Red+Green+Blue) = 48+65+25=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #304119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304119 is #CFBEE6. Grayscale: #373737. Windows color (decimal): -13614823 or 1655088. OLE color: 1655088.

HSL color Cylindrical-coordinate representation of color #304119: hue angle of 85.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #304119 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB486525-
CMYK0.2600.620.75
HSL85.5º44.44%17.65%-
HSV(B)85.5º61.54%25.49%-
XYZ3.284.481.61-
YUV55.36110.87122.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=34.78%
G=47.10%
B=18.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865250.2600.620.7585.544.4417.65
Hex3041191A03E4B562c12
Octal6010131320761131265422
Binary1100001000001110011101001111101001011101011010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304119; }

 p { color: rgb(48,65,25); }

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

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

 a { background-color: rgb(48,65,25); }

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

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

 span { border-color: rgb(48,65,25); }

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