Html Css Color HEX #2B3315 Turtle Green

📋 copy color: '#2B3315'

red 43 ◦ green 51 ◦ blue 21

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

Shades of Turtle Green #2B3315

Tints of Turtle Green #2B3315

RGB

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

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

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

R = 37.39%
G = 44.35%
B = 18.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#2B3315 (or 0x2B3315) is known color: Turtle Green. HEX triplet: 2B, 33 and 15. RGB value is (43,51,21). Sum of RGB (Red+Green+Blue) = 43+51+21=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #2B3315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3315 is #D4CCEA. Grayscale: #2D2D2D. Windows color (decimal): -13946091 or 1389355. OLE color: 1389355.

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

Color convert

RGB 43 51 21 -
CMYK 0.16 0 0.59 0.8
HSL 76º 0.42% 0.14% -
HSV(B) 76º 0.59% 0.2% -
XYZ 2.32 2.94 1.15 -
YUV 45.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 43 51 21 0.16 0 0.59 0.8 76 0.42 0.14
Hex 2B 33 15 10 0 3B 50 4C 2A E
Octal 53 63 25 20 0 73 120 114 52 16
Binary 101011 110011 10101 10000 0 111011 1010000 1001100 101010 1110

Color Harmonies of #2B3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3315

Black with #2B3315

Text Example


Text Example

White with #2B3315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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