Html Css Color HEX #2E4B10 Turtle Green

📋 copy color: '#2E4B10'

red 46 ◦ green 75 ◦ blue 16

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

Shades of Turtle Green #2E4B10

Tints of Turtle Green #2E4B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 54.74%

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

R = 33.58%
G = 54.74%
B = 11.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#2E4B10 (or 0x2E4B10) is known color: Turtle Green. HEX triplet: 2E, 4B and 10. RGB value is (46,75,16). Sum of RGB (Red+Green+Blue) = 46+75+16=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4B10 is #D1B4EF. Grayscale: #3B3B3B. Windows color (decimal): -13743344 or 1067822. OLE color: 1067822.

HSL color Cylindrical-coordinate representation of color #2E4B10: hue angle of 89.49º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E4B10 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 75 16 -
CMYK 0.39 0 0.79 0.71
HSL 89.49º 0.65% 0.18% -
HSV(B) 89.49º 0.79% 0.29% -
XYZ 3.74 5.65 1.38 -
YUV 59.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 46 75 16 0.39 0 0.79 0.71 89.49 0.65 0.18
Hex 2E 4B 10 27 0 4F 47 59 41 12
Octal 56 113 20 47 0 117 107 131 101 22
Binary 101110 1001011 10000 100111 0 1001111 1000111 1011001 1000001 10010

Color Harmonies of #2E4B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4B10

Black with #2E4B10

Text Example


Text Example

White with #2E4B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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