Html Css Color HEX #284200 Turtle Green

📋 copy color: '#284200'

red 40 ◦ green 66 ◦ blue 0

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

Shades of Turtle Green #284200

Tints of Turtle Green #284200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 62.26%

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

R = 37.74%
G = 62.26%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#284200 (or 0x284200) is known color: Turtle Green. HEX triplet: 28, 42 and 00. RGB value is (40,66,0). Sum of RGB (Red+Green+Blue) = 40+66+0=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #284200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284200 is #D7BDFF. Grayscale: #323232. Windows color (decimal): -14138880 or 16936. OLE color: 16936.

HSL color Cylindrical-coordinate representation of color #284200: hue angle of 83.64º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #284200 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 0 -
CMYK 0.39 0 1 0.74
HSL 83.64º 1% 0.13% -
HSV(B) 83.64º 1% 0.26% -
XYZ 2.82 4.35 0.69 -
YUV 50.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 40 66 0 0.39 0 1 0.74 83.64 1 0.13
Hex 28 42 0 27 0 64 4A 54 64 D
Octal 50 102 0 47 0 144 112 124 144 15
Binary 101000 1000010 0 100111 0 1100100 1001010 1010100 1100100 1101

Color Harmonies of #284200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284200

Black with #284200

Text Example


Text Example

White with #284200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284200; }

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

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

background-color css

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

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

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

border-color css

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

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

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