Html Css Color HEX #2F3125 Green Waterloo

📋 copy color: '#2F3125'

red 47 ◦ green 49 ◦ blue 37

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

Shades of Green Waterloo #2F3125

Tints of Green Waterloo #2F3125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.82%

R = 35.34%
G = 36.84%
B = 27.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#2F3125 (or 0x2F3125) is known color: Green Waterloo. HEX triplet: 2F, 31 and 25. RGB value is (47,49,37). Sum of RGB (Red+Green+Blue) = 47+49+37=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3125 is #D0CEDA. Grayscale: #2F2F2F. Windows color (decimal): -13684443 or 2437423. OLE color: 2437423.

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

Color convert

RGB 47 49 37 -
CMYK 0.04 0 0.24 0.81
HSL 70º 0.14% 0.17% -
HSV(B) 70º 0.24% 0.19% -
XYZ 2.6 2.93 2.18 -
YUV 47.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 47 49 37 0.04 0 0.24 0.81 70 0.14 0.17
Hex 2F 31 25 4 0 18 51 46 E 11
Octal 57 61 45 4 0 30 121 106 16 21
Binary 101111 110001 100101 100 0 11000 1010001 1000110 1110 10001

Color Harmonies of #2F3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3125

Black with #2F3125

Text Example


Text Example

White with #2F3125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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