#305306

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

Shades of Turtle Green #305306

Tints of Turtle Green #305306

Color information

#305306 (or 0x305306) is unknown color: approx Turtle Green. HEX triplet: 30, 53 and 06. RGB value is (48,83,6). Sum of RGB (Red+Green+Blue) = 48+83+6=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #305306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305306 is #CFACF9. Grayscale: #404040. Windows color (decimal): -13610234 or 414512. OLE color: 414512.

HSL color Cylindrical-coordinate representation of color #305306: hue angle of 87.27º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #305306 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB48836-
CMYK0.4200.930.67
HSL87.27º86.52%17.45%-
HSV(B)87.27º92.77%32.55%-
XYZ4.356.831.26-
YUV63.7695.4116.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 83 (32.81% from 255) = 60.58%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=35.04%
G=60.58%
B=4.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal488360.4200.930.6787.2786.5217.45
Hex305362A05D43575711
Octal60123652013510312712721
Binary11000010100111101010100101110110000111010111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305306; }

 p { color: rgb(48,83,6); }

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

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

 a { background-color: rgb(48,83,6); }

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

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

 span { border-color: rgb(48,83,6); }

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