Html Css Color HEX #284701 Turtle Green

📋 copy color: '#284701'

red 40 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #284701

Tints of Turtle Green #284701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 35.71%
G = 63.39%
B = 0.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#284701 (or 0x284701) is known color: Turtle Green. HEX triplet: 28, 47 and 01. RGB value is (40,71,1). Sum of RGB (Red+Green+Blue) = 40+71+1=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #284701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284701 is #D7B8FE. Grayscale: #363636. Windows color (decimal): -14137599 or 83752. OLE color: 83752.

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

Color convert

RGB 40 71 1 -
CMYK 0.44 0 0.99 0.72
HSL 86.57º 0.97% 0.14% -
HSV(B) 86.57º 0.99% 0.28% -
XYZ 3.13 4.96 0.82 -
YUV 53.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 40 71 1 0.44 0 0.99 0.72 86.57 0.97 0.14
Hex 28 47 1 2C 0 63 48 57 61 E
Octal 50 107 1 54 0 143 110 127 141 16
Binary 101000 1000111 1 101100 0 1100011 1001000 1010111 1100001 1110

Color Harmonies of #284701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284701

Black with #284701

Text Example


Text Example

White with #284701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284701; }

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

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

background-color css

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

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

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

border-color css

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

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

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