Html Css Color HEX #2E4501 Turtle Green

📋 copy color: '#2E4501'

red 46 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #2E4501

Tints of Turtle Green #2E4501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 59.48%

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

R = 39.66%
G = 59.48%
B = 0.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#2E4501 (or 0x2E4501) is known color: Turtle Green. HEX triplet: 2E, 45 and 01. RGB value is (46,69,1). Sum of RGB (Red+Green+Blue) = 46+69+1=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 69 (27.34% from 255 or 59.48% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4501 is #D1BAFE. Grayscale: #363636. Windows color (decimal): -13744895 or 83246. OLE color: 83246.

HSL color Cylindrical-coordinate representation of color #2E4501: hue angle of 80.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E4501 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 1 -
CMYK 0.33 0 0.99 0.73
HSL 80.29º 0.97% 0.14% -
HSV(B) 80.29º 0.99% 0.27% -
XYZ 3.26 4.84 0.79 -
YUV 54.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 46 69 1 0.33 0 0.99 0.73 80.29 0.97 0.14
Hex 2E 45 1 21 0 63 49 50 61 E
Octal 56 105 1 41 0 143 111 120 141 16
Binary 101110 1000101 1 100001 0 1100011 1001001 1010000 1100001 1110

Color Harmonies of #2E4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4501

Black with #2E4501

Text Example


Text Example

White with #2E4501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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