Html Css Color HEX #2B322B Gordons Green

📋 copy color: '#2B322B'

red 43 ◦ green 50 ◦ blue 43

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

Shades of Gordons Green #2B322B

Tints of Gordons Green #2B322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 31.62%
G = 36.76%
B = 31.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.80

RGB Variations

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

Color information

#2B322B (or 0x2B322B) is known color: Gordons Green. HEX triplet: 2B, 32 and 2B. RGB value is (43,50,43). Sum of RGB (Red+Green+Blue) = 43+50+43=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 50 - color contains mainly: green. Hex color #2B322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B322B is #D4CDD4. Grayscale: #2F2F2F. Windows color (decimal): -13946325 or 2830891. OLE color: 2830891.

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

Color convert

RGB 43 50 43 -
CMYK 0.14 0 0.14 0.80
HSL 120º 0.08% 0.18% -
HSV(B) 120º 0.14% 0.2% -
XYZ 2.57 2.97 2.72 -
YUV 47.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 43 50 43 0.14 0 0.14 0.80 120 0.08 0.18
Hex 2B 32 2B E 0 E 50 78 8 12
Octal 53 62 53 16 0 16 120 170 10 22
Binary 101011 110010 101011 1110 0 1110 1010000 1111000 1000 10010

Color Harmonies of #2B322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B322B

Black with #2B322B

Text Example


Text Example

White with #2B322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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