Html Css Color HEX #2E4415 Turtle Green

📋 copy color: '#2E4415'

red 46 ◦ green 68 ◦ blue 21

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

Shades of Turtle Green #2E4415

Tints of Turtle Green #2E4415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.37%

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

R = 34.07%
G = 50.37%
B = 15.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#2E4415 (or 0x2E4415) is known color: Turtle Green. HEX triplet: 2E, 44 and 15. RGB value is (46,68,21). Sum of RGB (Red+Green+Blue) = 46+68+21=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4415 is #D1BBEA. Grayscale: #383838. Windows color (decimal): -13745131 or 1393710. OLE color: 1393710.

HSL color Cylindrical-coordinate representation of color #2E4415: hue angle of 88.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E4415 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 68 21 -
CMYK 0.32 0 0.69 0.73
HSL 88.09º 0.53% 0.17% -
HSV(B) 88.09º 0.69% 0.27% -
XYZ 3.33 4.77 1.45 -
YUV 56.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 46 68 21 0.32 0 0.69 0.73 88.09 0.53 0.17
Hex 2E 44 15 20 0 45 49 58 35 11
Octal 56 104 25 40 0 105 111 130 65 21
Binary 101110 1000100 10101 100000 0 1000101 1001001 1011000 110101 10001

Color Harmonies of #2E4415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4415

Black with #2E4415

Text Example


Text Example

White with #2E4415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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