#304B10

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

Shades of Turtle Green #304B10

Tints of Turtle Green #304B10

Color information

#304B10 (or 0x304B10) is unknown color: approx Turtle Green. HEX triplet: 30, 4B and 10. RGB value is (48,75,16). Sum of RGB (Red+Green+Blue) = 48+75+16=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #304B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B10 is #CFB4EF. Grayscale: #3C3C3C. Windows color (decimal): -13612272 or 1067824. OLE color: 1067824.

HSL color Cylindrical-coordinate representation of color #304B10: hue angle of 87.46º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #304B10 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB487516-
CMYK0.3600.790.71
HSL87.46º64.84%17.84%-
HSV(B)87.46º78.67%29.41%-
XYZ3.835.71.39-
YUV60.2103.05119.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=34.53%
G=53.96%
B=11.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875160.3600.790.7187.4664.8417.84
Hex304B102404F47574112
Octal601132044011710712710122
Binary1100001001011100001001000100111110001111010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B10; }

 p { color: rgb(48,75,16); }

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

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

 a { background-color: rgb(48,75,16); }

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

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

 span { border-color: rgb(48,75,16); }

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