Html Css Color HEX #285600 Turtle Green

📋 copy color: '#285600'

red 40 ◦ green 86 ◦ blue 0

#285600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #285600

Tints of Turtle Green #285600

RGB

 RED value IS 40 (16.02% from 255) = 31.75%

 GREEN value IS 86 (33.98% from 255) = 68.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.75%
G = 68.25%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#285600 (or 0x285600) is known color: Turtle Green. HEX triplet: 28, 56 and 00. RGB value is (40,86,0). Sum of RGB (Red+Green+Blue) = 40+86+0=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 86 (33.98% from 255 or 68.25% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 86 - color contains mainly: green. Hex color #285600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285600 is #D7A9FF. Grayscale: #3E3E3E. Windows color (decimal): -14133760 or 22056. OLE color: 22056.

HSL color Cylindrical-coordinate representation of color #285600: hue angle of 92.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #285600 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 86 0 -
CMYK 0.53 0 1 0.66
HSL 92.09º 1% 0.17% -
HSV(B) 92.09º 1% 0.34% -
XYZ 4.2 7.11 1.15 -
YUV 62.44 92.76 111.99 -
System Red Green Blue C M Y K H S L
Decimal 40 86 0 0.53 0 1 0.66 92.09 1 0.17
Hex 28 56 0 35 0 64 42 5C 64 11
Octal 50 126 0 65 0 144 102 134 144 21
Binary 101000 1010110 0 110101 0 1100100 1000010 1011100 1100100 10001

Color Harmonies of #285600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285600

Black with #285600

Text Example


Text Example

White with #285600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285600; }

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

 H1.HeaderClassName
 {
   color: #285600;
 }
 .AnyTagClassName
 {
   color: #285600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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