#284502

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

Shades of Turtle Green #284502

Tints of Turtle Green #284502

Color information

#284502 (or 0x284502) is unknown color: approx Turtle Green. HEX triplet: 28, 45 and 02. RGB value is (40,69,2). Sum of RGB (Red+Green+Blue) = 40+69+2=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #284502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284502 is #D7BAFD. Grayscale: #343434. Windows color (decimal): -14138110 or 148776. OLE color: 148776.

HSL color Cylindrical-coordinate representation of color #284502: hue angle of 85.97º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #284502 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB40692-
CMYK0.4200.970.73
HSL85.97º94.37%13.92%-
HSV(B)85.97º97.1%27.06%-
XYZ3.014.710.81-
YUV52.6999.39118.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 69 (27.34% from 255) = 62.16%
BLUE value IS 2 (1.17% from 255) = 1.80%
R=36.04%
G=62.16%
B=1.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal406920.4200.970.7385.9794.3713.92
Hex284522A06149565ee
Octal50105252014111112613616
Binary101000100010110101010011000011001001101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284502; }

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

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

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

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

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

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

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

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