Html Css Color HEX #2E4001 Turtle Green

📋 copy color: '#2E4001'

red 46 ◦ green 64 ◦ blue 1

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

Shades of Turtle Green #2E4001

Tints of Turtle Green #2E4001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 57.66%

 BLUE value IS 1 (0.78% from 255) = 0.9%

R = 41.44%
G = 57.66%
B = 0.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#2E4001 (or 0x2E4001) is known color: Turtle Green. HEX triplet: 2E, 40 and 01. RGB value is (46,64,1). Sum of RGB (Red+Green+Blue) = 46+64+1=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4001 is #D1BFFE. Grayscale: #333333. Windows color (decimal): -13746175 or 81966. OLE color: 81966.

HSL color Cylindrical-coordinate representation of color #2E4001: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E4001 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 64 1 -
CMYK 0.28 0 0.98 0.75
HSL 77.14º 0.97% 0.13% -
HSV(B) 77.14º 0.98% 0.25% -
XYZ 2.97 4.25 0.69 -
YUV 51.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 46 64 1 0.28 0 0.98 0.75 77.14 0.97 0.13
Hex 2E 40 1 1C 0 62 4B 4D 61 D
Octal 56 100 1 34 0 142 113 115 141 15
Binary 101110 1000000 1 11100 0 1100010 1001011 1001101 1100001 1101

Color Harmonies of #2E4001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4001

Black with #2E4001

Text Example


Text Example

White with #2E4001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,64,1); }

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

background-color css

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

 a { background-color: rgb(46,64,1); }

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

border-color css

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

 span { border-color: rgb(46,64,1); }

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