Html Css Color HEX #2F3311 Green Waterloo

📋 copy color: '#2F3311'

red 47 ◦ green 51 ◦ blue 17

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

Shades of Green Waterloo #2F3311

Tints of Green Waterloo #2F3311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.78%

R = 40.87%
G = 44.35%
B = 14.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#2F3311 (or 0x2F3311) is known color: Green Waterloo. HEX triplet: 2F, 33 and 11. RGB value is (47,51,17). Sum of RGB (Red+Green+Blue) = 47+51+17=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #2F3311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3311 is #D0CCEE. Grayscale: #2E2E2E. Windows color (decimal): -13683951 or 1127215. OLE color: 1127215.

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

Color convert

RGB 47 51 17 -
CMYK 0.08 0 0.67 0.8
HSL 67.06º 0.5% 0.13% -
HSV(B) 67.06º 0.67% 0.2% -
XYZ 2.46 3.01 0.98 -
YUV 45.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 47 51 17 0.08 0 0.67 0.8 67.06 0.5 0.13
Hex 2F 33 11 8 0 43 50 43 32 D
Octal 57 63 21 10 0 103 120 103 62 15
Binary 101111 110011 10001 1000 0 1000011 1010000 1000011 110010 1101

Color Harmonies of #2F3311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3311

Black with #2F3311

Text Example


Text Example

White with #2F3311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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