Html Css Color HEX #2E430F Turtle Green

📋 copy color: '#2E430F'

red 46 ◦ green 67 ◦ blue 15

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

Shades of Turtle Green #2E430F

Tints of Turtle Green #2E430F

RGB

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

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

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

R = 35.94%
G = 52.34%
B = 11.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#2E430F (or 0x2E430F) is known color: Turtle Green. HEX triplet: 2E, 43 and 0F. RGB value is (46,67,15). Sum of RGB (Red+Green+Blue) = 46+67+15=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #2E430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E430F is #D1BCF0. Grayscale: #363636. Windows color (decimal): -13745393 or 1000238. OLE color: 1000238.

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

Color convert

RGB 46 67 15 -
CMYK 0.31 0 0.78 0.74
HSL 84.23º 0.63% 0.16% -
HSV(B) 84.23º 0.78% 0.26% -
XYZ 3.22 4.63 1.18 -
YUV 54.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 46 67 15 0.31 0 0.78 0.74 84.23 0.63 0.16
Hex 2E 43 F 1F 0 4E 4A 54 3F 10
Octal 56 103 17 37 0 116 112 124 77 20
Binary 101110 1000011 1111 11111 0 1001110 1001010 1010100 111111 10000

Color Harmonies of #2E430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E430F

Black with #2E430F

Text Example


Text Example

White with #2E430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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