#30371D

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

Shades of Turtle Green #30371D

Tints of Turtle Green #30371D

Color information

#30371D (or 0x30371D) is unknown color: approx Turtle Green. HEX triplet: 30, 37 and 1D. RGB value is (48,55,29). Sum of RGB (Red+Green+Blue) = 48+55+29=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #30371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30371D is #CFC8E2. Grayscale: #323232. Windows color (decimal): -13617379 or 1914672. OLE color: 1914672.

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

Color convert

RGB485529-
CMYK0.1300.470.78
HSL76.15º30.95%16.47%-
HSV(B)76.15º47.27%21.57%-
XYZ2.813.451.68-
YUV49.94116.18126.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=36.36%
G=41.67%
B=21.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855290.1300.470.7876.1530.9516.47
Hex30371DD02F4E4c1f10
Octal606735150571161143720
Binary1100001101111110111010101111100111010011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30371D; }

 p { color: rgb(48,55,29); }

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

<style>
 a { background-color: #30371D; }

 a { background-color: rgb(48,55,29); }

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

<style>
 span { border-color: #30371D; }

 span { border-color: rgb(48,55,29); }

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