Html Css Color HEX #2F320A Green Waterloo

📋 copy color: '#2F320A'

red 47 ◦ green 50 ◦ blue 10

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

Shades of Green Waterloo #2F320A

Tints of Green Waterloo #2F320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.73%

 BLUE value IS 10 (4.3% from 255) = 9.35%

R = 43.93%
G = 46.73%
B = 9.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.80

RGB Variations

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

Color information

#2F320A (or 0x2F320A) is known color: Green Waterloo. HEX triplet: 2F, 32 and 0A. RGB value is (47,50,10). Sum of RGB (Red+Green+Blue) = 47+50+10=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #2F320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F320A is #D0CDF5. Grayscale: #2C2C2C. Windows color (decimal): -13684214 or 668207. OLE color: 668207.

HSL color Cylindrical-coordinate representation of color #2F320A: hue angle of 64.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F320A is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 50 10 -
CMYK 0.06 0 0.80 0.80
HSL 64.5º 0.67% 0.12% -
HSV(B) 64.5º 0.8% 0.2% -
XYZ 2.37 2.91 0.72 -
YUV 44.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 47 50 10 0.06 0 0.80 0.80 64.5 0.67 0.12
Hex 2F 32 A 6 0 50 50 40 43 C
Octal 57 62 12 6 0 120 120 100 103 14
Binary 101111 110010 1010 110 0 1010000 1010000 1000000 1000011 1100

Color Harmonies of #2F320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F320A

Black with #2F320A

Text Example


Text Example

White with #2F320A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,50,10); }

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

background-color css

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

 a { background-color: rgb(47,50,10); }

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

border-color css

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

 span { border-color: rgb(47,50,10); }

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