#2E480A

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

Shades of Turtle Green #2E480A

Tints of Turtle Green #2E480A

Color information

#2E480A (or 0x2E480A) is unknown color: approx Turtle Green. HEX triplet: 2E, 48 and 0A. RGB value is (46,72,10). Sum of RGB (Red+Green+Blue) = 46+72+10=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #2E480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E480A is #D1B7F5. Grayscale: #393939. Windows color (decimal): -13744118 or 673838. OLE color: 673838.

HSL color Cylindrical-coordinate representation of color #2E480A: hue angle of 85.16º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E480A is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB467210-
CMYK0.3600.860.72
HSL85.16º75.61%16.08%-
HSV(B)85.16º86.11%28.24%-
XYZ3.55.241.11-
YUV57.16101.39120.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.94%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=35.94%
G=56.25%
B=7.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672100.3600.860.7285.1675.6116.08
Hex2E48A2405648554c10
Octal561101244012611012511420
Binary101110100100010101001000101011010010001010101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E480A; }

 p { color: rgb(46,72,10); }

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

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

 a { background-color: rgb(46,72,10); }

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

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

 span { border-color: rgb(46,72,10); }

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