Html Css Color HEX #2F321B Green Waterloo

📋 copy color: '#2F321B'

red 47 ◦ green 50 ◦ blue 27

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

Shades of Green Waterloo #2F321B

Tints of Green Waterloo #2F321B

RGB

 RED value IS 47 (18.75% from 255) = 37.9%

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

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 37.9%
G = 40.32%
B = 21.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#2F321B (or 0x2F321B) is known color: Green Waterloo. HEX triplet: 2F, 32 and 1B. RGB value is (47,50,27). Sum of RGB (Red+Green+Blue) = 47+50+27=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #2F321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F321B is #D0CDE4. Grayscale: #2E2E2E. Windows color (decimal): -13684197 or 1782319. OLE color: 1782319.

HSL color Cylindrical-coordinate representation of color #2F321B: hue angle of 67.83º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F321B is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 50 27 -
CMYK 0.06 0 0.46 0.80
HSL 67.83º 0.3% 0.15% -
HSV(B) 67.83º 0.46% 0.2% -
XYZ 2.51 2.96 1.48 -
YUV 46.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 47 50 27 0.06 0 0.46 0.80 67.83 0.3 0.15
Hex 2F 32 1B 6 0 2E 50 44 1E F
Octal 57 62 33 6 0 56 120 104 36 17
Binary 101111 110010 11011 110 0 101110 1010000 1000100 11110 1111

Color Harmonies of #2F321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F321B

Black with #2F321B

Text Example


Text Example

White with #2F321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,50,27); }

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

background-color css

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

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

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

border-color css

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

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

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