Html Css Color HEX #2E3C02 Turtle Green

📋 copy color: '#2E3C02'

red 46 ◦ green 60 ◦ blue 2

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

Shades of Turtle Green #2E3C02

Tints of Turtle Green #2E3C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.85%

R = 42.59%
G = 55.56%
B = 1.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#2E3C02 (or 0x2E3C02) is known color: Turtle Green. HEX triplet: 2E, 3C and 02. RGB value is (46,60,2). Sum of RGB (Red+Green+Blue) = 46+60+2=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3C02 is #D1C3FD. Grayscale: #313131. Windows color (decimal): -13747198 or 146478. OLE color: 146478.

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

Color convert

RGB 46 60 2 -
CMYK 0.23 0 0.97 0.76
HSL 74.48º 0.94% 0.12% -
HSV(B) 74.48º 0.97% 0.24% -
XYZ 2.75 3.82 0.65 -
YUV 49.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 46 60 2 0.23 0 0.97 0.76 74.48 0.94 0.12
Hex 2E 3C 2 17 0 61 4C 4A 5E C
Octal 56 74 2 27 0 141 114 112 136 14
Binary 101110 111100 10 10111 0 1100001 1001100 1001010 1011110 1100

Color Harmonies of #2E3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3C02

Black with #2E3C02

Text Example


Text Example

White with #2E3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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