#30391C

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

Shades of Turtle Green #30391C

Tints of Turtle Green #30391C

Color information

#30391C (or 0x30391C) is unknown color: approx Turtle Green. HEX triplet: 30, 39 and 1C. RGB value is (48,57,28). Sum of RGB (Red+Green+Blue) = 48+57+28=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #30391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30391C is #CFC6E3. Grayscale: #333333. Windows color (decimal): -13616868 or 1849648. OLE color: 1849648.

HSL color Cylindrical-coordinate representation of color #30391C: hue angle of 78.62º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30391C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB485728-
CMYK0.1600.510.78
HSL78.62º34.12%16.67%-
HSV(B)78.62º50.88%22.35%-
XYZ2.893.641.65-
YUV51115.02125.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 57 (22.66% from 255) = 42.86%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=36.09%
G=42.86%
B=21.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857280.1600.510.7878.6234.1216.67
Hex30391C100334E4f2211
Octal607134200631161174221
Binary110000111001111001000001100111001110100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,57,28); }

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

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

 a { background-color: rgb(48,57,28); }

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

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

 span { border-color: rgb(48,57,28); }

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