Html Css Color HEX #2E3D02 Turtle Green

📋 copy color: '#2E3D02'

red 46 ◦ green 61 ◦ blue 2

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

Shades of Turtle Green #2E3D02

Tints of Turtle Green #2E3D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 55.96%

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

R = 42.2%
G = 55.96%
B = 1.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#2E3D02 (or 0x2E3D02) is known color: Turtle Green. HEX triplet: 2E, 3D and 02. RGB value is (46,61,2). Sum of RGB (Red+Green+Blue) = 46+61+2=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3D02 is #D1C2FD. Grayscale: #323232. Windows color (decimal): -13746942 or 146734. OLE color: 146734.

HSL color Cylindrical-coordinate representation of color #2E3D02: hue angle of 75.25º 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 #2E3D02 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 61 2 -
CMYK 0.25 0 0.97 0.76
HSL 75.25º 0.94% 0.12% -
HSV(B) 75.25º 0.97% 0.24% -
XYZ 2.81 3.92 0.67 -
YUV 49.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 46 61 2 0.25 0 0.97 0.76 75.25 0.94 0.12
Hex 2E 3D 2 19 0 61 4C 4B 5E C
Octal 56 75 2 31 0 141 114 113 136 14
Binary 101110 111101 10 11001 0 1100001 1001100 1001011 1011110 1100

Color Harmonies of #2E3D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3D02

Black with #2E3D02

Text Example


Text Example

White with #2E3D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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