#284B00

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

Shades of Turtle Green #284B00

Tints of Turtle Green #284B00

Color information

#284B00 (or 0x284B00) is unknown color: approx Turtle Green. HEX triplet: 28, 4B and 00. RGB value is (40,75,0). Sum of RGB (Red+Green+Blue) = 40+75+0=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 75 (29.69% from 255 or 65.22% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 75 - color contains mainly: green. Hex color #284B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284B00 is #D7B4FF. Grayscale: #383838. Windows color (decimal): -14136576 or 19240. OLE color: 19240.

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

Color convert

RGB40750-
CMYK0.47010.71
HSL88º100%14.71%-
HSV(B)88º100%29.41%-
XYZ3.395.480.88-
YUV55.9896.4116.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 75 (29.69% from 255) = 65.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.78%
G=65.22%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal407500.47010.718810014.71
Hex284B02F064475864f
Octal50113057014410713014417
Binary10100010010110101111011001001000111101100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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