Html Css Color HEX #2E410A Turtle Green

📋 copy color: '#2E410A'

red 46 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #2E410A

Tints of Turtle Green #2E410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.26%

R = 38.02%
G = 53.72%
B = 8.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#2E410A (or 0x2E410A) is known color: Turtle Green. HEX triplet: 2E, 41 and 0A. RGB value is (46,65,10). Sum of RGB (Red+Green+Blue) = 46+65+10=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #2E410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E410A is #D1BEF5. Grayscale: #353535. Windows color (decimal): -13745910 or 672046. OLE color: 672046.

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

Color convert

RGB 46 65 10 -
CMYK 0.29 0 0.85 0.75
HSL 80.73º 0.73% 0.15% -
HSV(B) 80.73º 0.85% 0.25% -
XYZ 3.07 4.38 0.97 -
YUV 53.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 46 65 10 0.29 0 0.85 0.75 80.73 0.73 0.15
Hex 2E 41 A 1D 0 55 4B 51 49 F
Octal 56 101 12 35 0 125 113 121 111 17
Binary 101110 1000001 1010 11101 0 1010101 1001011 1010001 1001001 1111

Color Harmonies of #2E410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E410A

Black with #2E410A

Text Example


Text Example

White with #2E410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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