Html Css Color HEX #2E420F Turtle Green

📋 copy color: '#2E420F'

red 46 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #2E420F

Tints of Turtle Green #2E420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.97%

 BLUE value IS 15 (6.25% from 255) = 11.81%

R = 36.22%
G = 51.97%
B = 11.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#2E420F (or 0x2E420F) is known color: Turtle Green. HEX triplet: 2E, 42 and 0F. RGB value is (46,66,15). Sum of RGB (Red+Green+Blue) = 46+66+15=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #2E420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E420F is #D1BDF0. Grayscale: #363636. Windows color (decimal): -13745649 or 999982. OLE color: 999982.

HSL color Cylindrical-coordinate representation of color #2E420F: hue angle of 83.53º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E420F is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 46 66 15 -
CMYK 0.30 0 0.77 0.74
HSL 83.53º 0.63% 0.16% -
HSV(B) 83.53º 0.77% 0.26% -
XYZ 3.16 4.51 1.16 -
YUV 54.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 46 66 15 0.30 0 0.77 0.74 83.53 0.63 0.16
Hex 2E 42 F 1E 0 4D 4A 54 3F 10
Octal 56 102 17 36 0 115 112 124 77 20
Binary 101110 1000010 1111 11110 0 1001101 1001010 1010100 111111 10000

Color Harmonies of #2E420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E420F

Black with #2E420F

Text Example


Text Example

White with #2E420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,66,15); }

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

background-color css

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

 a { background-color: rgb(46,66,15); }

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

border-color css

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

 span { border-color: rgb(46,66,15); }

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