#28450C

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

Shades of Turtle Green #28450C

Tints of Turtle Green #28450C

Color information

#28450C (or 0x28450C) is unknown color: approx Turtle Green. HEX triplet: 28, 45 and 0C. RGB value is (40,69,12). Sum of RGB (Red+Green+Blue) = 40+69+12=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #28450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28450C is #D7BAF3. Grayscale: #363636. Windows color (decimal): -14138100 or 804136. OLE color: 804136.

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

Color convert

RGB406912-
CMYK0.4200.830.73
HSL90.53º70.37%15.88%-
HSV(B)90.53º82.61%27.06%-
XYZ3.074.731.1-
YUV53.83104.39118.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 69 (27.34% from 255) = 57.02%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=33.06%
G=57.02%
B=9.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069120.4200.830.7390.5370.3715.88
Hex2845C2A053495b4610
Octal501051452012311113310620
Binary101000100010111001010100101001110010011011011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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