#284000

Color #284000 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #284000

Tints of Turtle Green #284000

Color information

#284000 (or 0x284000) is unknown color: approx Turtle Green. HEX triplet: 28, 40 and 00. RGB value is (40,64,0). Sum of RGB (Red+Green+Blue) = 40+64+0=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #284000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284000 is #D7BFFF. Grayscale: #313131. Windows color (decimal): -14139392 or 16424. OLE color: 16424.

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

Color convert

RGB40640-
CMYK0.38010.75
HSL82.5º100%12.55%-
HSV(B)82.5º100%25.1%-
XYZ2.714.120.65-
YUV49.53100.05121.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.46%
GREEN value IS 64 (25.39% from 255) = 61.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.46%
G=61.54%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal406400.38010.7582.510012.55
Hex28400260644B5264d
Octal50100046014411312214415
Binary10100010000000100110011001001001011101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284000; }

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

 H1.HeaderClassName
 {
   color: #284000;
 }
 .AnyTagClassName
 {
   color: #284000;
 }
</style>
background-color css

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

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

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

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

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

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