Html Css Color HEX #2E3C04 Turtle Green

📋 copy color: '#2E3C04'

red 46 ◦ green 60 ◦ blue 4

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

Shades of Turtle Green #2E3C04

Tints of Turtle Green #2E3C04

RGB

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

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

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

R = 41.82%
G = 54.55%
B = 3.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#2E3C04 (or 0x2E3C04) is known color: Turtle Green. HEX triplet: 2E, 3C and 04. RGB value is (46,60,4). Sum of RGB (Red+Green+Blue) = 46+60+4=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3C04 is #D1C3FB. Grayscale: #313131. Windows color (decimal): -13747196 or 277550. OLE color: 277550.

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

Color convert

RGB 46 60 4 -
CMYK 0.23 0 0.93 0.76
HSL 75º 0.88% 0.13% -
HSV(B) 75º 0.93% 0.24% -
XYZ 2.76 3.82 0.71 -
YUV 49.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 46 60 4 0.23 0 0.93 0.76 75 0.88 0.13
Hex 2E 3C 4 17 0 5D 4C 4B 58 D
Octal 56 74 4 27 0 135 114 113 130 15
Binary 101110 111100 100 10111 0 1011101 1001100 1001011 1011000 1101

Color Harmonies of #2E3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3C04

Black with #2E3C04

Text Example


Text Example

White with #2E3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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