Html Css Color HEX #2B3311 Turtle Green

📋 copy color: '#2B3311'

red 43 ◦ green 51 ◦ blue 17

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

Shades of Turtle Green #2B3311

Tints of Turtle Green #2B3311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.95%

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

R = 38.74%
G = 45.95%
B = 15.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#2B3311 (or 0x2B3311) is known color: Turtle Green. HEX triplet: 2B, 33 and 11. RGB value is (43,51,17). Sum of RGB (Red+Green+Blue) = 43+51+17=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3311 is #D4CCEE. Grayscale: #2C2C2C. Windows color (decimal): -13946095 or 1127211. OLE color: 1127211.

HSL color Cylindrical-coordinate representation of color #2B3311: hue angle of 74.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B3311 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 43 51 17 -
CMYK 0.16 0 0.67 0.8
HSL 74.12º 0.5% 0.13% -
HSV(B) 74.12º 0.67% 0.2% -
XYZ 2.28 2.92 0.97 -
YUV 44.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 43 51 17 0.16 0 0.67 0.8 74.12 0.5 0.13
Hex 2B 33 11 10 0 43 50 4A 32 D
Octal 53 63 21 20 0 103 120 112 62 15
Binary 101011 110011 10001 10000 0 1000011 1010000 1001010 110010 1101

Color Harmonies of #2B3311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3311

Black with #2B3311

Text Example


Text Example

White with #2B3311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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