Html Css Color HEX #285400 Turtle Green

📋 copy color: '#285400'

red 40 ◦ green 84 ◦ blue 0

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

Shades of Turtle Green #285400

Tints of Turtle Green #285400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 67.74%

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

R = 32.26%
G = 67.74%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#285400 (or 0x285400) is known color: Turtle Green. HEX triplet: 28, 54 and 00. RGB value is (40,84,0). Sum of RGB (Red+Green+Blue) = 40+84+0=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #285400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285400 is #D7ABFF. Grayscale: #3D3D3D. Windows color (decimal): -14134272 or 21544. OLE color: 21544.

HSL color Cylindrical-coordinate representation of color #285400: hue angle of 91.43º 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 #285400 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 84 0 -
CMYK 0.52 0 1 0.67
HSL 91.43º 1% 0.16% -
HSV(B) 91.43º 1% 0.33% -
XYZ 4.05 6.79 1.1 -
YUV 61.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 40 84 0 0.52 0 1 0.67 91.43 1 0.16
Hex 28 54 0 34 0 64 43 5B 64 10
Octal 50 124 0 64 0 144 103 133 144 20
Binary 101000 1010100 0 110100 0 1100100 1000011 1011011 1100100 10000

Color Harmonies of #285400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285400

Black with #285400

Text Example


Text Example

White with #285400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285400; }

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

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

background-color css

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

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

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

border-color css

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

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

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