Html Css Color HEX #2E3304 Turtle Green

📋 copy color: '#2E3304'

red 46 ◦ green 51 ◦ blue 4

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

Shades of Turtle Green #2E3304

Tints of Turtle Green #2E3304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.96%

R = 45.54%
G = 50.5%
B = 3.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#2E3304 (or 0x2E3304) is known color: Turtle Green. HEX triplet: 2E, 33 and 04. RGB value is (46,51,4). Sum of RGB (Red+Green+Blue) = 46+51+4=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3304 is #D1CCFB. Grayscale: #2C2C2C. Windows color (decimal): -13749500 or 275246. OLE color: 275246.

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

Color convert

RGB 46 51 4 -
CMYK 0.10 0 0.92 0.8
HSL 66.38º 0.85% 0.11% -
HSV(B) 66.38º 0.92% 0.2% -
XYZ 2.33 2.96 0.56 -
YUV 44.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 46 51 4 0.10 0 0.92 0.8 66.38 0.85 0.11
Hex 2E 33 4 A 0 5C 50 42 55 B
Octal 56 63 4 12 0 134 120 102 125 13
Binary 101110 110011 100 1010 0 1011100 1010000 1000010 1010101 1011

Color Harmonies of #2E3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3304

Black with #2E3304

Text Example


Text Example

White with #2E3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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