Html Css Color HEX #2E3C10 Turtle Green

📋 copy color: '#2E3C10'

red 46 ◦ green 60 ◦ blue 16

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

Shades of Turtle Green #2E3C10

Tints of Turtle Green #2E3C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 49.18%

 BLUE value IS 16 (6.64% from 255) = 13.11%

R = 37.7%
G = 49.18%
B = 13.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#2E3C10 (or 0x2E3C10) is known color: Turtle Green. HEX triplet: 2E, 3C and 10. RGB value is (46,60,16). Sum of RGB (Red+Green+Blue) = 46+60+16=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 60 (23.83% from 255 or 49.18% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3C10 is #D1C3EF. Grayscale: #323232. Windows color (decimal): -13747184 or 1063982. OLE color: 1063982.

HSL color Cylindrical-coordinate representation of color #2E3C10: hue angle of 79.09º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E3C10 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 60 16 -
CMYK 0.23 0 0.73 0.76
HSL 79.09º 0.58% 0.15% -
HSV(B) 79.09º 0.73% 0.24% -
XYZ 2.84 3.85 1.08 -
YUV 50.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 46 60 16 0.23 0 0.73 0.76 79.09 0.58 0.15
Hex 2E 3C 10 17 0 49 4C 4F 3A F
Octal 56 74 20 27 0 111 114 117 72 17
Binary 101110 111100 10000 10111 0 1001001 1001100 1001111 111010 1111

Color Harmonies of #2E3C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3C10

Black with #2E3C10

Text Example


Text Example

White with #2E3C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,60,16); }

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

background-color css

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

 a { background-color: rgb(46,60,16); }

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

border-color css

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

 span { border-color: rgb(46,60,16); }

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