#284C01

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

Shades of Turtle Green #284C01

Tints of Turtle Green #284C01

Color information

#284C01 (or 0x284C01) is unknown color: approx Turtle Green. HEX triplet: 28, 4C and 01. RGB value is (40,76,1). Sum of RGB (Red+Green+Blue) = 40+76+1=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 76 (30.08% from 255 or 64.96% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 76 - color contains mainly: green. Hex color #284C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284C01 is #D7B3FE. Grayscale: #383838. Windows color (decimal): -14136319 or 85032. OLE color: 85032.

HSL color Cylindrical-coordinate representation of color #284C01: hue angle of 88.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #284C01 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB40761-
CMYK0.4700.990.70
HSL88.8º97.4%15.1%-
HSV(B)88.8º98.68%29.8%-
XYZ3.465.620.93-
YUV56.6996.57116.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 76 (30.08% from 255) = 64.96%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=34.19%
G=64.96%
B=0.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal407610.4700.990.7088.897.415.1
Hex284C12F063465961f
Octal50114157014310613114117
Binary10100010011001101111011000111000110101100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,76,1); }

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

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

 a { background-color: rgb(40,76,1); }

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

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

 span { border-color: rgb(40,76,1); }

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