#30381F

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

Shades of Turtle Green #30381F

Tints of Turtle Green #30381F

Color information

#30381F (or 0x30381F) is unknown color: approx Turtle Green. HEX triplet: 30, 38 and 1F. RGB value is (48,56,31). Sum of RGB (Red+Green+Blue) = 48+56+31=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #30381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30381F is #CFC7E0. Grayscale: #323232. Windows color (decimal): -13617121 or 2046000. OLE color: 2046000.

HSL color Cylindrical-coordinate representation of color #30381F: hue angle of 79.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30381F is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB485631-
CMYK0.1400.450.78
HSL79.2º28.74%17.06%-
HSV(B)79.2º44.64%21.96%-
XYZ2.883.561.83-
YUV50.76116.85126.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 56 (22.27% from 255) = 41.48%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=35.56%
G=41.48%
B=22.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4856310.1400.450.7879.228.7417.06
Hex30381FE02D4E4f1d11
Octal607037160551161173521
Binary1100001110001111111100101101100111010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30381F; }

 p { color: rgb(48,56,31); }

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

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

 a { background-color: rgb(48,56,31); }

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

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

 span { border-color: rgb(48,56,31); }

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