Html Css Color HEX #284A00 Turtle Green

📋 copy color: '#284A00'

red 40 ◦ green 74 ◦ blue 0

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

Shades of Turtle Green #284A00

Tints of Turtle Green #284A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 64.91%

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

R = 35.09%
G = 64.91%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#284A00 (or 0x284A00) is known color: Turtle Green. HEX triplet: 28, 4A and 00. RGB value is (40,74,0). Sum of RGB (Red+Green+Blue) = 40+74+0=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #284A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284A00 is #D7B5FF. Grayscale: #373737. Windows color (decimal): -14136832 or 18984. OLE color: 18984.

HSL color Cylindrical-coordinate representation of color #284A00: hue angle of 87.57º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #284A00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 74 0 -
CMYK 0.46 0 1 0.71
HSL 87.57º 1% 0.15% -
HSV(B) 87.57º 1% 0.29% -
XYZ 3.32 5.35 0.86 -
YUV 55.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 40 74 0 0.46 0 1 0.71 87.57 1 0.15
Hex 28 4A 0 2E 0 64 47 58 64 F
Octal 50 112 0 56 0 144 107 130 144 17
Binary 101000 1001010 0 101110 0 1100100 1000111 1011000 1100100 1111

Color Harmonies of #284A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A00

Black with #284A00

Text Example


Text Example

White with #284A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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