Html Css Color HEX #2E370A Turtle Green

📋 copy color: '#2E370A'

red 46 ◦ green 55 ◦ blue 10

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

Shades of Turtle Green #2E370A

Tints of Turtle Green #2E370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.01%

R = 41.44%
G = 49.55%
B = 9.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#2E370A (or 0x2E370A) is known color: Turtle Green. HEX triplet: 2E, 37 and 0A. RGB value is (46,55,10). Sum of RGB (Red+Green+Blue) = 46+55+10=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #2E370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E370A is #D1C8F5. Grayscale: #2F2F2F. Windows color (decimal): -13748470 or 669486. OLE color: 669486.

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

Color convert

RGB 46 55 10 -
CMYK 0.16 0 0.82 0.78
HSL 72º 0.69% 0.13% -
HSV(B) 72º 0.82% 0.22% -
XYZ 2.55 3.34 0.8 -
YUV 47.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 46 55 10 0.16 0 0.82 0.78 72 0.69 0.13
Hex 2E 37 A 10 0 52 4E 48 45 D
Octal 56 67 12 20 0 122 116 110 105 15
Binary 101110 110111 1010 10000 0 1010010 1001110 1001000 1000101 1101

Color Harmonies of #2E370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E370A

Black with #2E370A

Text Example


Text Example

White with #2E370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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