Html Css Color HEX #2F331A Green Waterloo

📋 copy color: '#2F331A'

red 47 ◦ green 51 ◦ blue 26

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

Shades of Green Waterloo #2F331A

Tints of Green Waterloo #2F331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.97%

R = 37.9%
G = 41.13%
B = 20.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.8

RGB Variations

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

Color information

#2F331A (or 0x2F331A) is known color: Green Waterloo. HEX triplet: 2F, 33 and 1A. RGB value is (47,51,26). Sum of RGB (Red+Green+Blue) = 47+51+26=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #2F331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F331A is #D0CCE5. Grayscale: #2F2F2F. Windows color (decimal): -13683942 or 1717039. OLE color: 1717039.

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

Color convert

RGB 47 51 26 -
CMYK 0.08 0 0.49 0.8
HSL 69.6º 0.32% 0.15% -
HSV(B) 69.6º 0.49% 0.2% -
XYZ 2.54 3.05 1.43 -
YUV 46.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 47 51 26 0.08 0 0.49 0.8 69.6 0.32 0.15
Hex 2F 33 1A 8 0 31 50 46 20 F
Octal 57 63 32 10 0 61 120 106 40 17
Binary 101111 110011 11010 1000 0 110001 1010000 1000110 100000 1111

Color Harmonies of #2F331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F331A

Black with #2F331A

Text Example


Text Example

White with #2F331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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