#283005

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

Shades of Turtle Green #283005

Tints of Turtle Green #283005

Color information

#283005 (or 0x283005) is unknown color: approx Turtle Green. HEX triplet: 28, 30 and 05. RGB value is (40,48,5). Sum of RGB (Red+Green+Blue) = 40+48+5=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #283005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283005 is #D7CFFA. Grayscale: #282828. Windows color (decimal): -14143483 or 340008. OLE color: 340008.

HSL color Cylindrical-coordinate representation of color #283005: hue angle of 71.16º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #283005 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB40485-
CMYK0.1700.900.81
HSL71.16º81.13%10.39%-
HSV(B)71.16º89.58%18.82%-
XYZ1.962.580.54-
YUV40.71107.85127.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 48 (19.14% from 255) = 51.61%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=43.01%
G=51.61%
B=5.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal404850.1700.900.8171.1681.1310.39
Hex283051105A514751a
Octal5060521013212110712112
Binary10100011000010110001010110101010001100011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283005; }

 p { color: rgb(40,48,5); }

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

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

 a { background-color: rgb(40,48,5); }

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

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

 span { border-color: rgb(40,48,5); }

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