#2E480F

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

Shades of Turtle Green #2E480F

Tints of Turtle Green #2E480F

Color information

#2E480F (or 0x2E480F) is unknown color: approx Turtle Green. HEX triplet: 2E, 48 and 0F. RGB value is (46,72,15). Sum of RGB (Red+Green+Blue) = 46+72+15=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #2E480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E480F is #D1B7F0. Grayscale: #393939. Windows color (decimal): -13744113 or 1001518. OLE color: 1001518.

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

Color convert

RGB467215-
CMYK0.3600.790.72
HSL87.37º65.52%17.06%-
HSV(B)87.37º79.17%28.24%-
XYZ3.535.251.28-
YUV57.73103.89119.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.59%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=34.59%
G=54.14%
B=11.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672150.3600.790.7287.3765.5217.06
Hex2E48F2404F48574211
Octal561101744011711012710221
Binary101110100100011111001000100111110010001010111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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