Html Css Color HEX #284500 Turtle Green

📋 copy color: '#284500'

red 40 ◦ green 69 ◦ blue 0

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

Shades of Turtle Green #284500

Tints of Turtle Green #284500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 63.3%

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

R = 36.7%
G = 63.3%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#284500 (or 0x284500) is known color: Turtle Green. HEX triplet: 28, 45 and 00. RGB value is (40,69,0). Sum of RGB (Red+Green+Blue) = 40+69+0=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #284500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284500 is #D7BAFF. Grayscale: #343434. Windows color (decimal): -14138112 or 17704. OLE color: 17704.

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

Color convert

RGB 40 69 0 -
CMYK 0.42 0 1 0.73
HSL 85.22º 1% 0.14% -
HSV(B) 85.22º 1% 0.27% -
XYZ 3 4.71 0.75 -
YUV 52.46 98.39 119.11 -
System Red Green Blue C M Y K H S L
Decimal 40 69 0 0.42 0 1 0.73 85.22 1 0.14
Hex 28 45 0 2A 0 64 49 55 64 E
Octal 50 105 0 52 0 144 111 125 144 16
Binary 101000 1000101 0 101010 0 1100100 1001001 1010101 1100100 1110

Color Harmonies of #284500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284500

Black with #284500

Text Example


Text Example

White with #284500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284500; }

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

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

background-color css

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

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

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

border-color css

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

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

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