#284800

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

Shades of Turtle Green #284800

Tints of Turtle Green #284800

Color information

#284800 (or 0x284800) is unknown color: approx Turtle Green. HEX triplet: 28, 48 and 00. RGB value is (40,72,0). Sum of RGB (Red+Green+Blue) = 40+72+0=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #284800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284800 is #D7B7FF. Grayscale: #363636. Windows color (decimal): -14137344 or 18472. OLE color: 18472.

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

Color convert

RGB40720-
CMYK0.44010.72
HSL86.67º100%14.12%-
HSV(B)86.67º100%28.24%-
XYZ3.195.090.81-
YUV54.2297.4117.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 72 (28.52% from 255) = 64.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.71%
G=64.29%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal407200.44010.7286.6710014.12
Hex284802C064485764e
Octal50110054014411012714416
Binary10100010010000101100011001001001000101011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284800; }

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

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

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

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

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

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

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

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