Html Css Color HEX #2E351A Turtle Green

📋 copy color: '#2E351A'

red 46 ◦ green 53 ◦ blue 26

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

Shades of Turtle Green #2E351A

Tints of Turtle Green #2E351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.4%

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

R = 36.8%
G = 42.4%
B = 20.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#2E351A (or 0x2E351A) is known color: Turtle Green. HEX triplet: 2E, 35 and 1A. RGB value is (46,53,26). Sum of RGB (Red+Green+Blue) = 46+53+26=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #2E351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E351A is #D1CAE5. Grayscale: #2F2F2F. Windows color (decimal): -13748966 or 1717550. OLE color: 1717550.

HSL color Cylindrical-coordinate representation of color #2E351A: hue angle of 75.56º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E351A is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 46 53 26 -
CMYK 0.13 0 0.51 0.79
HSL 75.56º 0.34% 0.15% -
HSV(B) 75.56º 0.51% 0.21% -
XYZ 2.59 3.2 1.46 -
YUV 47.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 46 53 26 0.13 0 0.51 0.79 75.56 0.34 0.15
Hex 2E 35 1A D 0 33 4F 4C 22 F
Octal 56 65 32 15 0 63 117 114 42 17
Binary 101110 110101 11010 1101 0 110011 1001111 1001100 100010 1111

Color Harmonies of #2E351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E351A

Black with #2E351A

Text Example


Text Example

White with #2E351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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