#305409

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

Shades of Turtle Green #305409

Tints of Turtle Green #305409

Color information

#305409 (or 0x305409) is unknown color: approx Turtle Green. HEX triplet: 30, 54 and 09. RGB value is (48,84,9). Sum of RGB (Red+Green+Blue) = 48+84+9=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #305409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305409 is #CFABF6. Grayscale: #404040. Windows color (decimal): -13609975 or 611376. OLE color: 611376.

HSL color Cylindrical-coordinate representation of color #305409: hue angle of 88.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #305409 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB48849-
CMYK0.4300.890.67
HSL88.8º80.65%18.24%-
HSV(B)88.8º89.29%32.94%-
XYZ4.446.991.37-
YUV64.6996.57116.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 84 (33.20% from 255) = 59.57%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=34.04%
G=59.57%
B=6.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal488490.4300.890.6788.880.6518.24
Hex305492B05943595112
Octal601241153013110313112122
Binary110000101010010011010110101100110000111011001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305409; }

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

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

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

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

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

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

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

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