Html Css Color HEX #2E330D Turtle Green

📋 copy color: '#2E330D'

red 46 ◦ green 51 ◦ blue 13

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

Shades of Turtle Green #2E330D

Tints of Turtle Green #2E330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.36%

 BLUE value IS 13 (5.47% from 255) = 11.82%

R = 41.82%
G = 46.36%
B = 11.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#2E330D (or 0x2E330D) is known color: Turtle Green. HEX triplet: 2E, 33 and 0D. RGB value is (46,51,13). Sum of RGB (Red+Green+Blue) = 46+51+13=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #2E330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E330D is #D1CCF2. Grayscale: #2D2D2D. Windows color (decimal): -13749491 or 865070. OLE color: 865070.

HSL color Cylindrical-coordinate representation of color #2E330D: hue angle of 67.89º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E330D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 46 51 13 -
CMYK 0.10 0 0.75 0.8
HSL 67.89º 0.59% 0.13% -
HSV(B) 67.89º 0.75% 0.2% -
XYZ 2.38 2.98 0.83 -
YUV 45.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 46 51 13 0.10 0 0.75 0.8 67.89 0.59 0.13
Hex 2E 33 D A 0 4B 50 44 3B D
Octal 56 63 15 12 0 113 120 104 73 15
Binary 101110 110011 1101 1010 0 1001011 1010000 1000100 111011 1101

Color Harmonies of #2E330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E330D

Black with #2E330D

Text Example


Text Example

White with #2E330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,51,13); }

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

background-color css

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

 a { background-color: rgb(46,51,13); }

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

border-color css

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

 span { border-color: rgb(46,51,13); }

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