Html Css Color HEX #2E3404 Turtle Green

📋 copy color: '#2E3404'

red 46 ◦ green 52 ◦ blue 4

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

Shades of Turtle Green #2E3404

Tints of Turtle Green #2E3404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50.98%

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

R = 45.1%
G = 50.98%
B = 3.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#2E3404 (or 0x2E3404) is known color: Turtle Green. HEX triplet: 2E, 34 and 04. RGB value is (46,52,4). Sum of RGB (Red+Green+Blue) = 46+52+4=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #2E3404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3404 is #D1CBFB. Grayscale: #2C2C2C. Windows color (decimal): -13749244 or 275502. OLE color: 275502.

HSL color Cylindrical-coordinate representation of color #2E3404: hue angle of 67.5º degrees, saturation: 0.86, 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 #2E3404 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 52 4 -
CMYK 0.12 0 0.92 0.80
HSL 67.5º 0.86% 0.11% -
HSV(B) 67.5º 0.92% 0.2% -
XYZ 2.38 3.05 0.58 -
YUV 44.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 46 52 4 0.12 0 0.92 0.80 67.5 0.86 0.11
Hex 2E 34 4 C 0 5C 50 44 56 B
Octal 56 64 4 14 0 134 120 104 126 13
Binary 101110 110100 100 1100 0 1011100 1010000 1000100 1010110 1011

Color Harmonies of #2E3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3404

Black with #2E3404

Text Example


Text Example

White with #2E3404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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