#304B09

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

Shades of Turtle Green #304B09

Tints of Turtle Green #304B09

Color information

#304B09 (or 0x304B09) is unknown color: approx Turtle Green. HEX triplet: 30, 4B and 09. RGB value is (48,75,9). Sum of RGB (Red+Green+Blue) = 48+75+9=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #304B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304B09 is #CFB4F6. Grayscale: #3B3B3B. Windows color (decimal): -13612279 or 609072. OLE color: 609072.

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

Color convert

RGB48759-
CMYK0.3600.880.71
HSL84.55º78.57%16.47%-
HSV(B)84.55º88%29.41%-
XYZ3.785.681.16-
YUV59.499.55119.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 75 (29.69% from 255) = 56.82%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=36.36%
G=56.82%
B=6.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal487590.3600.880.7184.5578.5716.47
Hex304B92405847554f10
Octal601131144013010712511720
Binary110000100101110011001000101100010001111010101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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