Html Css Color HEX #2E400D Turtle Green

📋 copy color: '#2E400D'

red 46 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #2E400D

Tints of Turtle Green #2E400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 37.4%
G = 52.03%
B = 10.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#2E400D (or 0x2E400D) is known color: Turtle Green. HEX triplet: 2E, 40 and 0D. RGB value is (46,64,13). Sum of RGB (Red+Green+Blue) = 46+64+13=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #2E400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E400D is #D1BFF2. Grayscale: #343434. Windows color (decimal): -13746163 or 868398. OLE color: 868398.

HSL color Cylindrical-coordinate representation of color #2E400D: hue angle of 81.18º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E400D is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 64 13 -
CMYK 0.28 0 0.80 0.75
HSL 81.18º 0.66% 0.15% -
HSV(B) 81.18º 0.8% 0.25% -
XYZ 3.03 4.28 1.05 -
YUV 52.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 46 64 13 0.28 0 0.80 0.75 81.18 0.66 0.15
Hex 2E 40 D 1C 0 50 4B 51 42 F
Octal 56 100 15 34 0 120 113 121 102 17
Binary 101110 1000000 1101 11100 0 1010000 1001011 1010001 1000010 1111

Color Harmonies of #2E400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E400D

Black with #2E400D

Text Example


Text Example

White with #2E400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,64,13); }

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

background-color css

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

 a { background-color: rgb(46,64,13); }

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

border-color css

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

 span { border-color: rgb(46,64,13); }

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