#28450A

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

Shades of Turtle Green #28450A

Tints of Turtle Green #28450A

Color information

#28450A (or 0x28450A) is unknown color: approx Turtle Green. HEX triplet: 28, 45 and 0A. RGB value is (40,69,10). Sum of RGB (Red+Green+Blue) = 40+69+10=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #28450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28450A is #D7BAF5. Grayscale: #353535. Windows color (decimal): -14138102 or 673064. OLE color: 673064.

HSL color Cylindrical-coordinate representation of color #28450A: hue angle of 89.49º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28450A is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB406910-
CMYK0.4200.860.73
HSL89.49º74.68%15.49%-
HSV(B)89.49º85.51%27.06%-
XYZ3.064.731.04-
YUV53.6103.39118.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 69 (27.34% from 255) = 57.98%
BLUE value IS 10 (4.30% from 255) = 8.40%
R=33.61%
G=57.98%
B=8.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069100.4200.860.7389.4974.6815.49
Hex2845A2A05649594bf
Octal501051252012611113111317
Binary10100010001011010101010010101101001001101100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28450A; }

 p { color: rgb(40,69,10); }

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

<style>
 a { background-color: #28450A; }

 a { background-color: rgb(40,69,10); }

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

<style>
 span { border-color: #28450A; }

 span { border-color: rgb(40,69,10); }

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