#305501

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

Shades of Turtle Green #305501

Tints of Turtle Green #305501

Color information

#305501 (or 0x305501) is unknown color: approx Turtle Green. HEX triplet: 30, 55 and 01. RGB value is (48,85,1). Sum of RGB (Red+Green+Blue) = 48+85+1=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #305501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305501 is #CFAAFE. Grayscale: #404040. Windows color (decimal): -13609727 or 87344. OLE color: 87344.

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

Color convert

RGB48851-
CMYK0.4400.990.67
HSL86.43º97.67%16.86%-
HSV(B)86.43º98.82%33.33%-
XYZ4.477.131.17-
YUV64.3692.24116.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=35.82%
G=63.43%
B=0.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal488510.4400.990.6786.4397.6716.86
Hex305512C06343566211
Octal60125154014310312614221
Binary110000101010111011000110001110000111010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305501; }

 p { color: rgb(48,85,1); }

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

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

 a { background-color: rgb(48,85,1); }

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

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

 span { border-color: rgb(48,85,1); }

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