Html Css Color HEX #2E371A Turtle Green

📋 copy color: '#2E371A'

red 46 ◦ green 55 ◦ blue 26

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

Shades of Turtle Green #2E371A

Tints of Turtle Green #2E371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.31%

 BLUE value IS 26 (10.55% from 255) = 20.47%

R = 36.22%
G = 43.31%
B = 20.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#2E371A (or 0x2E371A) is known color: Turtle Green. HEX triplet: 2E, 37 and 1A. RGB value is (46,55,26). Sum of RGB (Red+Green+Blue) = 46+55+26=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #2E371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E371A is #D1C8E5. Grayscale: #313131. Windows color (decimal): -13748454 or 1718062. OLE color: 1718062.

HSL color Cylindrical-coordinate representation of color #2E371A: hue angle of 78.62º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E371A is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 55 26 -
CMYK 0.16 0 0.53 0.78
HSL 78.62º 0.36% 0.16% -
HSV(B) 78.62º 0.53% 0.22% -
XYZ 2.68 3.39 1.49 -
YUV 49 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 46 55 26 0.16 0 0.53 0.78 78.62 0.36 0.16
Hex 2E 37 1A 10 0 35 4E 4F 24 10
Octal 56 67 32 20 0 65 116 117 44 20
Binary 101110 110111 11010 10000 0 110101 1001110 1001111 100100 10000

Color Harmonies of #2E371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E371A

Black with #2E371A

Text Example


Text Example

White with #2E371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,55,26); }

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

background-color css

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

 a { background-color: rgb(46,55,26); }

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

border-color css

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

 span { border-color: rgb(46,55,26); }

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