Html Css Color HEX #2B342B Gordons Green

📋 copy color: '#2B342B'

red 43 ◦ green 52 ◦ blue 43

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

Shades of Gordons Green #2B342B

Tints of Gordons Green #2B342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

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

R = 31.16%
G = 37.68%
B = 31.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#2B342B (or 0x2B342B) is known color: Gordons Green. HEX triplet: 2B, 34 and 2B. RGB value is (43,52,43). Sum of RGB (Red+Green+Blue) = 43+52+43=138 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.16% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #2B342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B342B is #D4CBD4. Grayscale: #303030. Windows color (decimal): -13945813 or 2831403. OLE color: 2831403.

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

Color convert

RGB 43 52 43 -
CMYK 0.17 0 0.17 0.80
HSL 120º 0.09% 0.19% -
HSV(B) 120º 0.17% 0.2% -
XYZ 2.66 3.14 2.75 -
YUV 48.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 43 52 43 0.17 0 0.17 0.80 120 0.09 0.19
Hex 2B 34 2B 11 0 11 50 78 9 13
Octal 53 64 53 21 0 21 120 170 11 23
Binary 101011 110100 101011 10001 0 10001 1010000 1111000 1001 10011

Color Harmonies of #2B342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B342B

Black with #2B342B

Text Example


Text Example

White with #2B342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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