Html Css Color HEX #2E4115 Turtle Green

📋 copy color: '#2E4115'

red 46 ◦ green 65 ◦ blue 21

#2E4115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #2E4115

Tints of Turtle Green #2E4115

RGB

 RED value IS 46 (18.36% from 255) = 34.85%

 GREEN value IS 65 (25.78% from 255) = 49.24%

 BLUE value IS 21 (8.59% from 255) = 15.91%

R = 34.85%
G = 49.24%
B = 15.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#2E4115 (or 0x2E4115) is known color: Turtle Green. HEX triplet: 2E, 41 and 15. RGB value is (46,65,21). Sum of RGB (Red+Green+Blue) = 46+65+21=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4115 is #D1BEEA. Grayscale: #363636. Windows color (decimal): -13745899 or 1392942. OLE color: 1392942.

HSL color Cylindrical-coordinate representation of color #2E4115: hue angle of 85.91º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E4115 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 65 21 -
CMYK 0.29 0 0.68 0.75
HSL 85.91º 0.51% 0.17% -
HSV(B) 85.91º 0.68% 0.25% -
XYZ 3.15 4.42 1.4 -
YUV 54.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 46 65 21 0.29 0 0.68 0.75 85.91 0.51 0.17
Hex 2E 41 15 1D 0 44 4B 56 33 11
Octal 56 101 25 35 0 104 113 126 63 21
Binary 101110 1000001 10101 11101 0 1000100 1001011 1010110 110011 10001

Color Harmonies of #2E4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4115

Black with #2E4115

Text Example


Text Example

White with #2E4115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,65,21); }

 H1.HeaderClassName
 {
   color: #2E4115;
 }
 .AnyTagClassName
 {
   color: #2E4115;
 }
</style>

background-color css

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

 a { background-color: rgb(46,65,21); }

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

border-color css

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

 span { border-color: rgb(46,65,21); }

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