Html Css Color HEX #2E380A Turtle Green

📋 copy color: '#2E380A'

red 46 ◦ green 56 ◦ blue 10

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

Shades of Turtle Green #2E380A

Tints of Turtle Green #2E380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50%

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

R = 41.07%
G = 50%
B = 8.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#2E380A (or 0x2E380A) is known color: Turtle Green. HEX triplet: 2E, 38 and 0A. RGB value is (46,56,10). Sum of RGB (Red+Green+Blue) = 46+56+10=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #2E380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E380A is #D1C7F5. Grayscale: #2F2F2F. Windows color (decimal): -13748214 or 669742. OLE color: 669742.

HSL color Cylindrical-coordinate representation of color #2E380A: hue angle of 73.04º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E380A is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 56 10 -
CMYK 0.18 0 0.82 0.78
HSL 73.04º 0.7% 0.13% -
HSV(B) 73.04º 0.82% 0.22% -
XYZ 2.6 3.43 0.81 -
YUV 47.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 46 56 10 0.18 0 0.82 0.78 73.04 0.7 0.13
Hex 2E 38 A 12 0 52 4E 49 46 D
Octal 56 70 12 22 0 122 116 111 106 15
Binary 101110 111000 1010 10010 0 1010010 1001110 1001001 1000110 1101

Color Harmonies of #2E380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E380A

Black with #2E380A

Text Example


Text Example

White with #2E380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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