Html Css Color HEX #2E340F Turtle Green

📋 copy color: '#2E340F'

red 46 ◦ green 52 ◦ blue 15

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

Shades of Turtle Green #2E340F

Tints of Turtle Green #2E340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.02%

 BLUE value IS 15 (6.25% from 255) = 13.27%

R = 40.71%
G = 46.02%
B = 13.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#2E340F (or 0x2E340F) is known color: Turtle Green. HEX triplet: 2E, 34 and 0F. RGB value is (46,52,15). Sum of RGB (Red+Green+Blue) = 46+52+15=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #2E340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E340F is #D1CBF0. Grayscale: #2E2E2E. Windows color (decimal): -13749233 or 996398. OLE color: 996398.

HSL color Cylindrical-coordinate representation of color #2E340F: hue angle of 69.73º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E340F is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 52 15 -
CMYK 0.12 0 0.71 0.80
HSL 69.73º 0.55% 0.13% -
HSV(B) 69.73º 0.71% 0.2% -
XYZ 2.44 3.07 0.92 -
YUV 45.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 46 52 15 0.12 0 0.71 0.80 69.73 0.55 0.13
Hex 2E 34 F C 0 47 50 46 37 D
Octal 56 64 17 14 0 107 120 106 67 15
Binary 101110 110100 1111 1100 0 1000111 1010000 1000110 110111 1101

Color Harmonies of #2E340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E340F

Black with #2E340F

Text Example


Text Example

White with #2E340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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