#28490C

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

Shades of Turtle Green #28490C

Tints of Turtle Green #28490C

Color information

#28490C (or 0x28490C) is unknown color: approx Turtle Green. HEX triplet: 28, 49 and 0C. RGB value is (40,73,12). Sum of RGB (Red+Green+Blue) = 40+73+12=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #28490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28490C is #D7B6F3. Grayscale: #383838. Windows color (decimal): -14137076 or 805160. OLE color: 805160.

HSL color Cylindrical-coordinate representation of color #28490C: hue angle of 92.46º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28490C is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB407312-
CMYK0.4500.840.71
HSL92.46º71.76%16.67%-
HSV(B)92.46º83.56%28.63%-
XYZ3.325.241.18-
YUV56.18103.07116.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 73 (28.91% from 255) = 58.4%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=32%
G=58.4%
B=9.6%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4073120.4500.840.7192.4671.7616.67
Hex2849C2D054475c4811
Octal501111455012410713411021
Binary101000100100111001011010101010010001111011100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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