#285002

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

Shades of Turtle Green #285002

Tints of Turtle Green #285002

Color information

#285002 (or 0x285002) is unknown color: approx Turtle Green. HEX triplet: 28, 50 and 02. RGB value is (40,80,2). Sum of RGB (Red+Green+Blue) = 40+80+2=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #285002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285002 is #D7AFFD. Grayscale: #3B3B3B. Windows color (decimal): -14135294 or 151592. OLE color: 151592.

HSL color Cylindrical-coordinate representation of color #285002: hue angle of 90.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #285002 is Cyan = 0.5, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB40802-
CMYK0.500.980.69
HSL90.77º95.12%16.08%-
HSV(B)90.77º97.5%31.37%-
XYZ3.756.191.05-
YUV59.1595.75114.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 80 (31.64% from 255) = 65.57%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=32.79%
G=65.57%
B=1.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal408020.500.980.6990.7795.1216.08
Hex2850232062455b5f10
Octal50120262014210513313720
Binary1010001010000101100100110001010001011011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285002; }

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

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

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

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

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

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

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

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