#28390C

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

Shades of Turtle Green #28390C

Tints of Turtle Green #28390C

Color information

#28390C (or 0x28390C) is unknown color: approx Turtle Green. HEX triplet: 28, 39 and 0C. RGB value is (40,57,12). Sum of RGB (Red+Green+Blue) = 40+57+12=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #28390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28390C is #D7C6F3. Grayscale: #2E2E2E. Windows color (decimal): -14141172 or 801064. OLE color: 801064.

HSL color Cylindrical-coordinate representation of color #28390C: hue angle of 82.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28390C is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB405712-
CMYK0.3000.790.78
HSL82.67º65.22%13.53%-
HSV(B)82.67º78.95%22.35%-
XYZ2.43.40.88-
YUV46.79108.37123.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 57 (22.66% from 255) = 52.29%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=36.70%
G=52.29%
B=11.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4057120.3000.790.7882.6765.2213.53
Hex2839C1E04F4E5341e
Octal50711436011711612310116
Binary101000111001110011110010011111001110101001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,57,12); }

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

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

 a { background-color: rgb(40,57,12); }

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

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

 span { border-color: rgb(40,57,12); }

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