#304318

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

Shades of Turtle Green #304318

Tints of Turtle Green #304318

Color information

#304318 (or 0x304318) is unknown color: approx Turtle Green. HEX triplet: 30, 43 and 18. RGB value is (48,67,24). Sum of RGB (Red+Green+Blue) = 48+67+24=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #304318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304318 is #CFBCE7. Grayscale: #383838. Windows color (decimal): -13614312 or 1590064. OLE color: 1590064.

HSL color Cylindrical-coordinate representation of color #304318: hue angle of 86.51º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304318 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB486724-
CMYK0.2800.640.74
HSL86.51º47.25%17.84%-
HSV(B)86.51º64.18%26.27%-
XYZ3.394.711.59-
YUV56.42109.71122-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=34.53%
G=48.20%
B=17.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867240.2800.640.7486.5147.2517.84
Hex3043181C0404A572f12
Octal60103303401001121275722
Binary11000010000111100011100010000001001010101011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304318; }

 p { color: rgb(48,67,24); }

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

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

 a { background-color: rgb(48,67,24); }

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

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

 span { border-color: rgb(48,67,24); }

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