Html Css Color HEX #284600 Turtle Green

📋 copy color: '#284600'

red 40 ◦ green 70 ◦ blue 0

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

Shades of Turtle Green #284600

Tints of Turtle Green #284600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 63.64%

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

R = 36.36%
G = 63.64%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#284600 (or 0x284600) is known color: Turtle Green. HEX triplet: 28, 46 and 00. RGB value is (40,70,0). Sum of RGB (Red+Green+Blue) = 40+70+0=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #284600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284600 is #D7B9FF. Grayscale: #353535. Windows color (decimal): -14137856 or 17960. OLE color: 17960.

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

Color convert

RGB 40 70 0 -
CMYK 0.43 0 1 0.73
HSL 85.71º 1% 0.14% -
HSV(B) 85.71º 1% 0.27% -
XYZ 3.07 4.83 0.77 -
YUV 53.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 40 70 0 0.43 0 1 0.73 85.71 1 0.14
Hex 28 46 0 2B 0 64 49 56 64 E
Octal 50 106 0 53 0 144 111 126 144 16
Binary 101000 1000110 0 101011 0 1100100 1001001 1010110 1100100 1110

Color Harmonies of #284600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284600

Black with #284600

Text Example


Text Example

White with #284600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284600; }

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

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

background-color css

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

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

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

border-color css

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

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

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