Html Css Color HEX #2E430D Turtle Green

📋 copy color: '#2E430D'

red 46 ◦ green 67 ◦ blue 13

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

Shades of Turtle Green #2E430D

Tints of Turtle Green #2E430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 53.17%

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 36.51%
G = 53.17%
B = 10.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#2E430D (or 0x2E430D) is known color: Turtle Green. HEX triplet: 2E, 43 and 0D. RGB value is (46,67,13). Sum of RGB (Red+Green+Blue) = 46+67+13=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #2E430D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E430D is #D1BCF2. Grayscale: #363636. Windows color (decimal): -13745395 or 869166. OLE color: 869166.

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

Color convert

RGB 46 67 13 -
CMYK 0.31 0 0.81 0.74
HSL 83.33º 0.68% 0.16% -
HSV(B) 83.33º 0.81% 0.26% -
XYZ 3.21 4.62 1.1 -
YUV 54.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 46 67 13 0.31 0 0.81 0.74 83.33 0.68 0.16
Hex 2E 43 D 1F 0 51 4A 53 44 10
Octal 56 103 15 37 0 121 112 123 104 20
Binary 101110 1000011 1101 11111 0 1010001 1001010 1010011 1000100 10000

Color Harmonies of #2E430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E430D

Black with #2E430D

Text Example


Text Example

White with #2E430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,67,13); }

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

background-color css

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

 a { background-color: rgb(46,67,13); }

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

border-color css

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

 span { border-color: rgb(46,67,13); }

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