#284A02

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

Shades of Turtle Green #284A02

Tints of Turtle Green #284A02

Color information

#284A02 (or 0x284A02) is unknown color: approx Turtle Green. HEX triplet: 28, 4A and 02. RGB value is (40,74,2). Sum of RGB (Red+Green+Blue) = 40+74+2=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 74 (29.30% from 255 or 63.79% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 74 - color contains mainly: green. Hex color #284A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284A02 is #D7B5FD. Grayscale: #373737. Windows color (decimal): -14136830 or 150056. OLE color: 150056.

HSL color Cylindrical-coordinate representation of color #284A02: hue angle of 88.33º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #284A02 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB40742-
CMYK0.4600.970.71
HSL88.33º94.74%14.9%-
HSV(B)88.33º97.3%29.02%-
XYZ3.335.350.91-
YUV55.6397.74116.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.48%
GREEN value IS 74 (29.30% from 255) = 63.79%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=34.48%
G=63.79%
B=1.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal407420.4600.970.7188.3394.7414.9
Hex284A22E06147585ff
Octal50112256014110713013717
Binary101000100101010101110011000011000111101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,74,2); }

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

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

 a { background-color: rgb(40,74,2); }

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

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

 span { border-color: rgb(40,74,2); }

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