#30550A

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

Shades of Turtle Green #30550A

Tints of Turtle Green #30550A

Color information

#30550A (or 0x30550A) is unknown color: approx Turtle Green. HEX triplet: 30, 55 and 0A. RGB value is (48,85,10). Sum of RGB (Red+Green+Blue) = 48+85+10=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #30550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30550A is #CFAAF5. Grayscale: #414141. Windows color (decimal): -13609718 or 677168. OLE color: 677168.

HSL color Cylindrical-coordinate representation of color #30550A: hue angle of 89.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30550A is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB488510-
CMYK0.4400.880.67
HSL89.6º78.95%18.63%-
HSV(B)89.6º88.24%33.33%-
XYZ4.527.151.43-
YUV65.3996.74115.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 85 (33.59% from 255) = 59.44%
BLUE value IS 10 (4.30% from 255) = 6.99%
R=33.57%
G=59.44%
B=6.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885100.4400.880.6789.678.9518.63
Hex3055A2C058435a4f13
Octal601251254013010313211723
Binary110000101010110101011000101100010000111011010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30550A; }

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

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

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

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

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

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

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

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