Html Css Color HEX #2F310F Green Waterloo

📋 copy color: '#2F310F'

red 47 ◦ green 49 ◦ blue 15

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

Shades of Green Waterloo #2F310F

Tints of Green Waterloo #2F310F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 44.14%

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 42.34%
G = 44.14%
B = 13.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#2F310F (or 0x2F310F) is known color: Green Waterloo. HEX triplet: 2F, 31 and 0F. RGB value is (47,49,15). Sum of RGB (Red+Green+Blue) = 47+49+15=111 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.34% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #2F310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F310F is #D0CEF0. Grayscale: #2C2C2C. Windows color (decimal): -13684465 or 995631. OLE color: 995631.

HSL color Cylindrical-coordinate representation of color #2F310F: hue angle of 63.53º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F310F is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 47 49 15 -
CMYK 0.04 0 0.69 0.81
HSL 63.53º 0.53% 0.13% -
HSV(B) 63.53º 0.69% 0.19% -
XYZ 2.36 2.84 0.88 -
YUV 44.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 47 49 15 0.04 0 0.69 0.81 63.53 0.53 0.13
Hex 2F 31 F 4 0 45 51 40 35 D
Octal 57 61 17 4 0 105 121 100 65 15
Binary 101111 110001 1111 100 0 1000101 1010001 1000000 110101 1101

Color Harmonies of #2F310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F310F

Black with #2F310F

Text Example


Text Example

White with #2F310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,49,15); }

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

background-color css

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

 a { background-color: rgb(47,49,15); }

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

border-color css

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

 span { border-color: rgb(47,49,15); }

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