Html Css Color HEX #2B320D Turtle Green

📋 copy color: '#2B320D'

red 43 ◦ green 50 ◦ blue 13

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

Shades of Turtle Green #2B320D

Tints of Turtle Green #2B320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.26%

R = 40.57%
G = 47.17%
B = 12.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#2B320D (or 0x2B320D) is known color: Turtle Green. HEX triplet: 2B, 32 and 0D. RGB value is (43,50,13). Sum of RGB (Red+Green+Blue) = 43+50+13=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #2B320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B320D is #D4CDF2. Grayscale: #2B2B2B. Windows color (decimal): -13946355 or 864811. OLE color: 864811.

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

Color convert

RGB 43 50 13 -
CMYK 0.14 0 0.74 0.80
HSL 71.35º 0.59% 0.12% -
HSV(B) 71.35º 0.74% 0.2% -
XYZ 2.21 2.82 0.81 -
YUV 43.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 43 50 13 0.14 0 0.74 0.80 71.35 0.59 0.12
Hex 2B 32 D E 0 4A 50 47 3B C
Octal 53 62 15 16 0 112 120 107 73 14
Binary 101011 110010 1101 1110 0 1001010 1010000 1000111 111011 1100

Color Harmonies of #2B320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B320D

Black with #2B320D

Text Example


Text Example

White with #2B320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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