Html Css Color HEX #2F331F Green Waterloo

📋 copy color: '#2F331F'

red 47 ◦ green 51 ◦ blue 31

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

Shades of Green Waterloo #2F331F

Tints of Green Waterloo #2F331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.53%

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 36.43%
G = 39.53%
B = 24.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.8

RGB Variations

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

Color information

#2F331F (or 0x2F331F) is known color: Green Waterloo. HEX triplet: 2F, 33 and 1F. RGB value is (47,51,31). Sum of RGB (Red+Green+Blue) = 47+51+31=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #2F331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F331F is #D0CCE0. Grayscale: #2F2F2F. Windows color (decimal): -13683937 or 2044719. OLE color: 2044719.

HSL color Cylindrical-coordinate representation of color #2F331F: hue angle of 72º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F331F is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB 47 51 31 -
CMYK 0.08 0 0.39 0.8
HSL 72º 0.24% 0.16% -
HSV(B) 72º 0.39% 0.2% -
XYZ 2.6 3.07 1.75 -
YUV 47.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 47 51 31 0.08 0 0.39 0.8 72 0.24 0.16
Hex 2F 33 1F 8 0 27 50 48 18 10
Octal 57 63 37 10 0 47 120 110 30 20
Binary 101111 110011 11111 1000 0 100111 1010000 1001000 11000 10000

Color Harmonies of #2F331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F331F

Black with #2F331F

Text Example


Text Example

White with #2F331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,51,31); }

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

background-color css

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

 a { background-color: rgb(47,51,31); }

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

border-color css

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

 span { border-color: rgb(47,51,31); }

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