Html Css Color HEX #2B3215 Turtle Green

📋 copy color: '#2B3215'

red 43 ◦ green 50 ◦ blue 21

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

Shades of Turtle Green #2B3215

Tints of Turtle Green #2B3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.86%

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 37.72%
G = 43.86%
B = 18.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#2B3215 (or 0x2B3215) is known color: Turtle Green. HEX triplet: 2B, 32 and 15. RGB value is (43,50,21). Sum of RGB (Red+Green+Blue) = 43+50+21=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3215 is #D4CDEA. Grayscale: #2C2C2C. Windows color (decimal): -13946347 or 1389099. OLE color: 1389099.

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

Color convert

RGB 43 50 21 -
CMYK 0.14 0 0.58 0.80
HSL 74.48º 0.41% 0.14% -
HSV(B) 74.48º 0.58% 0.2% -
XYZ 2.27 2.85 1.14 -
YUV 44.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 43 50 21 0.14 0 0.58 0.80 74.48 0.41 0.14
Hex 2B 32 15 E 0 3A 50 4A 29 E
Octal 53 62 25 16 0 72 120 112 51 16
Binary 101011 110010 10101 1110 0 111010 1010000 1001010 101001 1110

Color Harmonies of #2B3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3215

Black with #2B3215

Text Example


Text Example

White with #2B3215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,50,21); }

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

background-color css

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

 a { background-color: rgb(43,50,21); }

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

border-color css

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

 span { border-color: rgb(43,50,21); }

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