Html Css Color HEX #2E360A Turtle Green

📋 copy color: '#2E360A'

red 46 ◦ green 54 ◦ blue 10

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

Shades of Turtle Green #2E360A

Tints of Turtle Green #2E360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 49.09%

 BLUE value IS 10 (4.3% from 255) = 9.09%

R = 41.82%
G = 49.09%
B = 9.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#2E360A (or 0x2E360A) is known color: Turtle Green. HEX triplet: 2E, 36 and 0A. RGB value is (46,54,10). Sum of RGB (Red+Green+Blue) = 46+54+10=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #2E360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E360A is #D1C9F5. Grayscale: #2E2E2E. Windows color (decimal): -13748726 or 669230. OLE color: 669230.

HSL color Cylindrical-coordinate representation of color #2E360A: hue angle of 70.91º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E360A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 46 54 10 -
CMYK 0.15 0 0.81 0.79
HSL 70.91º 0.69% 0.13% -
HSV(B) 70.91º 0.81% 0.21% -
XYZ 2.5 3.24 0.78 -
YUV 46.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 46 54 10 0.15 0 0.81 0.79 70.91 0.69 0.13
Hex 2E 36 A F 0 51 4F 47 45 D
Octal 56 66 12 17 0 121 117 107 105 15
Binary 101110 110110 1010 1111 0 1010001 1001111 1000111 1000101 1101

Color Harmonies of #2E360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E360A

Black with #2E360A

Text Example


Text Example

White with #2E360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,54,10); }

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

background-color css

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

 a { background-color: rgb(46,54,10); }

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

border-color css

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

 span { border-color: rgb(46,54,10); }

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