Html Css Color HEX #2B3411 Turtle Green

📋 copy color: '#2B3411'

red 43 ◦ green 52 ◦ blue 17

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

Shades of Turtle Green #2B3411

Tints of Turtle Green #2B3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.43%

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

R = 38.39%
G = 46.43%
B = 15.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#2B3411 (or 0x2B3411) is known color: Turtle Green. HEX triplet: 2B, 34 and 11. RGB value is (43,52,17). Sum of RGB (Red+Green+Blue) = 43+52+17=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3411 is #D4CBEE. Grayscale: #2D2D2D. Windows color (decimal): -13945839 or 1127467. OLE color: 1127467.

HSL color Cylindrical-coordinate representation of color #2B3411: hue angle of 75.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B3411 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB 43 52 17 -
CMYK 0.17 0 0.67 0.80
HSL 75.43º 0.51% 0.14% -
HSV(B) 75.43º 0.67% 0.2% -
XYZ 2.33 3.01 0.99 -
YUV 45.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 43 52 17 0.17 0 0.67 0.80 75.43 0.51 0.14
Hex 2B 34 11 11 0 43 50 4B 33 E
Octal 53 64 21 21 0 103 120 113 63 16
Binary 101011 110100 10001 10001 0 1000011 1010000 1001011 110011 1110

Color Harmonies of #2B3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3411

Black with #2B3411

Text Example


Text Example

White with #2B3411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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