#285300

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

Shades of Turtle Green #285300

Tints of Turtle Green #285300

Color information

#285300 (or 0x285300) is unknown color: approx Turtle Green. HEX triplet: 28, 53 and 00. RGB value is (40,83,0). Sum of RGB (Red+Green+Blue) = 40+83+0=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #285300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285300 is #D7ACFF. Grayscale: #3C3C3C. Windows color (decimal): -14134528 or 21288. OLE color: 21288.

HSL color Cylindrical-coordinate representation of color #285300: hue angle of 91.08º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #285300 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB40830-
CMYK0.52010.67
HSL91.08º100%16.27%-
HSV(B)91.08º100%32.55%-
XYZ3.976.641.07-
YUV60.6893.75113.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 83 (32.81% from 255) = 67.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.52%
G=67.48%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal408300.52010.6791.0810016.27
Hex2853034064435b6410
Octal50123064014410313314420
Binary101000101001101101000110010010000111011011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285300; }

 p { color: rgb(40,83,0); }

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

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

 a { background-color: rgb(40,83,0); }

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

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

 span { border-color: rgb(40,83,0); }

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