#30391E

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

Shades of Turtle Green #30391E

Tints of Turtle Green #30391E

Color information

#30391E (or 0x30391E) is unknown color: approx Turtle Green. HEX triplet: 30, 39 and 1E. RGB value is (48,57,30). Sum of RGB (Red+Green+Blue) = 48+57+30=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #30391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30391E is #CFC6E1. Grayscale: #333333. Windows color (decimal): -13616866 or 1980720. OLE color: 1980720.

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

Color convert

RGB485730-
CMYK0.1600.470.78
HSL80º31.03%17.06%-
HSV(B)80º47.37%22.35%-
XYZ2.923.651.78-
YUV51.23116.02125.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=35.56%
G=42.22%
B=22.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857300.1600.470.788031.0317.06
Hex30391E1002F4E501f11
Octal607136200571161203721
Binary11000011100111110100000101111100111010100001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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