Html Css Color HEX #2F3314 Green Waterloo

📋 copy color: '#2F3314'

red 47 ◦ green 51 ◦ blue 20

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

Shades of Green Waterloo #2F3314

Tints of Green Waterloo #2F3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.95%

R = 39.83%
G = 43.22%
B = 16.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#2F3314 (or 0x2F3314) is known color: Green Waterloo. HEX triplet: 2F, 33 and 14. RGB value is (47,51,20). Sum of RGB (Red+Green+Blue) = 47+51+20=118 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.83% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #2F3314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3314 is #D0CCEB. Grayscale: #2E2E2E. Windows color (decimal): -13683948 or 1323823. OLE color: 1323823.

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

Color convert

RGB 47 51 20 -
CMYK 0.08 0 0.61 0.8
HSL 67.74º 0.44% 0.14% -
HSV(B) 67.74º 0.61% 0.2% -
XYZ 2.48 3.02 1.11 -
YUV 46.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 47 51 20 0.08 0 0.61 0.8 67.74 0.44 0.14
Hex 2F 33 14 8 0 3D 50 44 2C E
Octal 57 63 24 10 0 75 120 104 54 16
Binary 101111 110011 10100 1000 0 111101 1010000 1000100 101100 1110

Color Harmonies of #2F3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3314

Black with #2F3314

Text Example


Text Example

White with #2F3314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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