#30530C

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

Shades of Turtle Green #30530C

Tints of Turtle Green #30530C

Color information

#30530C (or 0x30530C) is unknown color: approx Turtle Green. HEX triplet: 30, 53 and 0C. RGB value is (48,83,12). Sum of RGB (Red+Green+Blue) = 48+83+12=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #30530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30530C is #CFACF3. Grayscale: #404040. Windows color (decimal): -13610228 or 807728. OLE color: 807728.

HSL color Cylindrical-coordinate representation of color #30530C: hue angle of 89.58º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30530C is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB488312-
CMYK0.4200.860.67
HSL89.58º74.74%18.63%-
HSV(B)89.58º85.54%32.55%-
XYZ4.386.841.44-
YUV64.4498.4116.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 83 (32.81% from 255) = 58.04%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=33.57%
G=58.04%
B=8.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883120.4200.860.6789.5874.7418.63
Hex3053C2A056435a4b13
Octal601231452012610313211323
Binary110000101001111001010100101011010000111011010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30530C; }

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

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

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

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

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

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

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

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