#305308

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

Shades of Turtle Green #305308

Tints of Turtle Green #305308

Color information

#305308 (or 0x305308) is unknown color: approx Turtle Green. HEX triplet: 30, 53 and 08. RGB value is (48,83,8). Sum of RGB (Red+Green+Blue) = 48+83+8=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #305308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305308 is #CFACF7. Grayscale: #404040. Windows color (decimal): -13610232 or 545584. OLE color: 545584.

HSL color Cylindrical-coordinate representation of color #305308: hue angle of 88º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #305308 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB48838-
CMYK0.4200.900.67
HSL88º82.42%17.84%-
HSV(B)88º90.36%32.55%-
XYZ4.366.831.32-
YUV63.9896.4116.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 83 (32.81% from 255) = 59.71%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=34.53%
G=59.71%
B=5.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal488380.4200.900.678882.4217.84
Hex305382A05A43585212
Octal601231052013210313012222
Binary110000101001110001010100101101010000111011000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305308; }

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

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

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

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

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

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

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

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