Html Css Color HEX #2B392F Gordons Green

📋 copy color: '#2B392F'

red 43 ◦ green 57 ◦ blue 47

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

Shades of Gordons Green #2B392F

Tints of Gordons Green #2B392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.78%

 BLUE value IS 47 (18.75% from 255) = 31.97%

R = 29.25%
G = 38.78%
B = 31.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#2B392F (or 0x2B392F) is known color: Gordons Green. HEX triplet: 2B, 39 and 2F. RGB value is (43,57,47). Sum of RGB (Red+Green+Blue) = 43+57+47=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 57 - color contains mainly: green. Hex color #2B392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B392F is #D4C6D0. Grayscale: #333333. Windows color (decimal): -13944529 or 3094827. OLE color: 3094827.

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

Color convert

RGB 43 57 47 -
CMYK 0.25 0 0.18 0.78
HSL 137.14º 0.14% 0.2% -
HSV(B) 137.14º 0.25% 0.22% -
XYZ 2.97 3.65 3.24 -
YUV 51.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 43 57 47 0.25 0 0.18 0.78 137.14 0.14 0.2
Hex 2B 39 2F 19 0 12 4E 89 E 14
Octal 53 71 57 31 0 22 116 211 16 24
Binary 101011 111001 101111 11001 0 10010 1001110 10001001 1110 10100

Color Harmonies of #2B392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B392F

Black with #2B392F

Text Example


Text Example

White with #2B392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,57,47); }

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

background-color css

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

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

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

border-color css

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

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

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