Html Css Color HEX #284505 Turtle Green

📋 copy color: '#284505'

red 40 ◦ green 69 ◦ blue 5

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

Shades of Turtle Green #284505

Tints of Turtle Green #284505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.39%

R = 35.09%
G = 60.53%
B = 4.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#284505 (or 0x284505) is known color: Turtle Green. HEX triplet: 28, 45 and 05. RGB value is (40,69,5). Sum of RGB (Red+Green+Blue) = 40+69+5=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #284505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284505 is #D7BAFA. Grayscale: #353535. Windows color (decimal): -14138107 or 345384. OLE color: 345384.

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

Color convert

RGB 40 69 5 -
CMYK 0.42 0 0.93 0.73
HSL 87.19º 0.86% 0.15% -
HSV(B) 87.19º 0.93% 0.27% -
XYZ 3.03 4.72 0.89 -
YUV 53.03 100.89 118.7 -
System Red Green Blue C M Y K H S L
Decimal 40 69 5 0.42 0 0.93 0.73 87.19 0.86 0.15
Hex 28 45 5 2A 0 5D 49 57 56 F
Octal 50 105 5 52 0 135 111 127 126 17
Binary 101000 1000101 101 101010 0 1011101 1001001 1010111 1010110 1111

Color Harmonies of #284505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284505

Black with #284505

Text Example


Text Example

White with #284505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284505; }

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

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

background-color css

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

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

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

border-color css

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

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

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