Html Css Color HEX #2B4411 Turtle Green

📋 copy color: '#2B4411'

red 43 ◦ green 68 ◦ blue 17

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

Shades of Turtle Green #2B4411

Tints of Turtle Green #2B4411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.28%

R = 33.59%
G = 53.13%
B = 13.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#2B4411 (or 0x2B4411) is known color: Turtle Green. HEX triplet: 2B, 44 and 11. RGB value is (43,68,17). Sum of RGB (Red+Green+Blue) = 43+68+17=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #2B4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4411 is #D4BBEE. Grayscale: #363636. Windows color (decimal): -13941743 or 1131563. OLE color: 1131563.

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

Color convert

RGB 43 68 17 -
CMYK 0.37 0 0.75 0.73
HSL 89.41º 0.6% 0.17% -
HSV(B) 89.41º 0.75% 0.27% -
XYZ 3.16 4.69 1.27 -
YUV 54.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 43 68 17 0.37 0 0.75 0.73 89.41 0.6 0.17
Hex 2B 44 11 25 0 4B 49 59 3C 11
Octal 53 104 21 45 0 113 111 131 74 21
Binary 101011 1000100 10001 100101 0 1001011 1001001 1011001 111100 10001

Color Harmonies of #2B4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4411

Black with #2B4411

Text Example


Text Example

White with #2B4411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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