Html Css Color HEX #2E370C Turtle Green

📋 copy color: '#2E370C'

red 46 ◦ green 55 ◦ blue 12

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

Shades of Turtle Green #2E370C

Tints of Turtle Green #2E370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.62%

R = 40.71%
G = 48.67%
B = 10.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#2E370C (or 0x2E370C) is known color: Turtle Green. HEX triplet: 2E, 37 and 0C. RGB value is (46,55,12). Sum of RGB (Red+Green+Blue) = 46+55+12=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #2E370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E370C is #D1C8F3. Grayscale: #2F2F2F. Windows color (decimal): -13748468 or 800558. OLE color: 800558.

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

Color convert

RGB 46 55 12 -
CMYK 0.16 0 0.78 0.78
HSL 72.56º 0.64% 0.13% -
HSV(B) 72.56º 0.78% 0.22% -
XYZ 2.56 3.34 0.86 -
YUV 47.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 46 55 12 0.16 0 0.78 0.78 72.56 0.64 0.13
Hex 2E 37 C 10 0 4E 4E 49 40 D
Octal 56 67 14 20 0 116 116 111 100 15
Binary 101110 110111 1100 10000 0 1001110 1001110 1001001 1000000 1101

Color Harmonies of #2E370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E370C

Black with #2E370C

Text Example


Text Example

White with #2E370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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