Html Css Color HEX #284700 Turtle Green

📋 copy color: '#284700'

red 40 ◦ green 71 ◦ blue 0

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

Shades of Turtle Green #284700

Tints of Turtle Green #284700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 63.96%

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

R = 36.04%
G = 63.96%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#284700 (or 0x284700) is known color: Turtle Green. HEX triplet: 28, 47 and 00. RGB value is (40,71,0). Sum of RGB (Red+Green+Blue) = 40+71+0=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #284700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284700 is #D7B8FF. Grayscale: #353535. Windows color (decimal): -14137600 or 18216. OLE color: 18216.

HSL color Cylindrical-coordinate representation of color #284700: hue angle of 86.2º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #284700 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 71 0 -
CMYK 0.44 0 1 0.72
HSL 86.2º 1% 0.14% -
HSV(B) 86.2º 1% 0.28% -
XYZ 3.13 4.96 0.79 -
YUV 53.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 40 71 0 0.44 0 1 0.72 86.2 1 0.14
Hex 28 47 0 2C 0 64 48 56 64 E
Octal 50 107 0 54 0 144 110 126 144 16
Binary 101000 1000111 0 101100 0 1100100 1001000 1010110 1100100 1110

Color Harmonies of #284700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284700

Black with #284700

Text Example


Text Example

White with #284700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284700; }

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

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

background-color css

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

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

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

border-color css

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

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

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