Html Css Color HEX #2F3310 Green Waterloo

📋 copy color: '#2F3310'

red 47 ◦ green 51 ◦ blue 16

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

Shades of Green Waterloo #2F3310

Tints of Green Waterloo #2F3310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.04%

R = 41.23%
G = 44.74%
B = 14.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#2F3310 (or 0x2F3310) is known color: Green Waterloo. HEX triplet: 2F, 33 and 10. RGB value is (47,51,16). Sum of RGB (Red+Green+Blue) = 47+51+16=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #2F3310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3310 is #D0CCEF. Grayscale: #2D2D2D. Windows color (decimal): -13683952 or 1061679. OLE color: 1061679.

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

Color convert

RGB 47 51 16 -
CMYK 0.08 0 0.69 0.8
HSL 66.86º 0.52% 0.13% -
HSV(B) 66.86º 0.69% 0.2% -
XYZ 2.45 3.01 0.94 -
YUV 45.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 47 51 16 0.08 0 0.69 0.8 66.86 0.52 0.13
Hex 2F 33 10 8 0 45 50 43 34 D
Octal 57 63 20 10 0 105 120 103 64 15
Binary 101111 110011 10000 1000 0 1000101 1010000 1000011 110100 1101

Color Harmonies of #2F3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3310

Black with #2F3310

Text Example


Text Example

White with #2F3310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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