Html Css Color HEX #2E380C Turtle Green

📋 copy color: '#2E380C'

red 46 ◦ green 56 ◦ blue 12

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

Shades of Turtle Green #2E380C

Tints of Turtle Green #2E380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.53%

R = 40.35%
G = 49.12%
B = 10.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#2E380C (or 0x2E380C) is known color: Turtle Green. HEX triplet: 2E, 38 and 0C. RGB value is (46,56,12). Sum of RGB (Red+Green+Blue) = 46+56+12=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #2E380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E380C is #D1C7F3. Grayscale: #303030. Windows color (decimal): -13748212 or 800814. OLE color: 800814.

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

Color convert

RGB 46 56 12 -
CMYK 0.18 0 0.79 0.78
HSL 73.64º 0.65% 0.13% -
HSV(B) 73.64º 0.79% 0.22% -
XYZ 2.61 3.44 0.87 -
YUV 47.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 46 56 12 0.18 0 0.79 0.78 73.64 0.65 0.13
Hex 2E 38 C 12 0 4F 4E 4A 41 D
Octal 56 70 14 22 0 117 116 112 101 15
Binary 101110 111000 1100 10010 0 1001111 1001110 1001010 1000001 1101

Color Harmonies of #2E380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E380C

Black with #2E380C

Text Example


Text Example

White with #2E380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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