Html Css Color HEX #2B440E Turtle Green

📋 copy color: '#2B440E'

red 43 ◦ green 68 ◦ blue 14

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

Shades of Turtle Green #2B440E

Tints of Turtle Green #2B440E

RGB

 RED value IS 43 (17.19% from 255) = 34.4%

 GREEN value IS 68 (26.95% from 255) = 54.4%

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 34.4%
G = 54.4%
B = 11.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#2B440E (or 0x2B440E) is known color: Turtle Green. HEX triplet: 2B, 44 and 0E. RGB value is (43,68,14). Sum of RGB (Red+Green+Blue) = 43+68+14=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #2B440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B440E is #D4BBF1. Grayscale: #363636. Windows color (decimal): -13941746 or 934955. OLE color: 934955.

HSL color Cylindrical-coordinate representation of color #2B440E: hue angle of 87.78º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B440E is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 68 14 -
CMYK 0.37 0 0.79 0.73
HSL 87.78º 0.66% 0.16% -
HSV(B) 87.78º 0.79% 0.27% -
XYZ 3.14 4.68 1.15 -
YUV 54.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 43 68 14 0.37 0 0.79 0.73 87.78 0.66 0.16
Hex 2B 44 E 25 0 4F 49 58 42 10
Octal 53 104 16 45 0 117 111 130 102 20
Binary 101011 1000100 1110 100101 0 1001111 1001001 1011000 1000010 10000

Color Harmonies of #2B440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B440E

Black with #2B440E

Text Example


Text Example

White with #2B440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,68,14); }

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

background-color css

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

 a { background-color: rgb(43,68,14); }

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

border-color css

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

 span { border-color: rgb(43,68,14); }

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