#284100

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

Shades of Turtle Green #284100

Tints of Turtle Green #284100

Color information

#284100 (or 0x284100) is unknown color: approx Turtle Green. HEX triplet: 28, 41 and 00. RGB value is (40,65,0). Sum of RGB (Red+Green+Blue) = 40+65+0=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #284100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284100 is #D7BEFF. Grayscale: #323232. Windows color (decimal): -14139136 or 16680. OLE color: 16680.

HSL color Cylindrical-coordinate representation of color #284100: hue angle of 83.08º 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 #284100 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB40650-
CMYK0.38010.75
HSL83.08º100%12.75%-
HSV(B)83.08º100%25.49%-
XYZ2.774.230.67-
YUV50.1299.72120.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.10%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.10%
G=61.90%
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
Decimal406500.38010.7583.0810012.75
Hex28410260644B5364d
Octal50101046014411312314415
Binary10100010000010100110011001001001011101001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284100; }

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

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

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

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

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

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

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

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