Html Css Color HEX #2F3212 Green Waterloo

📋 copy color: '#2F3212'

red 47 ◦ green 50 ◦ blue 18

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

Shades of Green Waterloo #2F3212

Tints of Green Waterloo #2F3212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.65%

R = 40.87%
G = 43.48%
B = 15.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.80

RGB Variations

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

Color information

#2F3212 (or 0x2F3212) is known color: Green Waterloo. HEX triplet: 2F, 32 and 12. RGB value is (47,50,18). Sum of RGB (Red+Green+Blue) = 47+50+18=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3212 is #D0CDED. Grayscale: #2D2D2D. Windows color (decimal): -13684206 or 1192495. OLE color: 1192495.

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

Color convert

RGB 47 50 18 -
CMYK 0.06 0 0.64 0.80
HSL 65.63º 0.47% 0.13% -
HSV(B) 65.63º 0.64% 0.2% -
XYZ 2.42 2.93 1.01 -
YUV 45.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 47 50 18 0.06 0 0.64 0.80 65.63 0.47 0.13
Hex 2F 32 12 6 0 40 50 42 2F D
Octal 57 62 22 6 0 100 120 102 57 15
Binary 101111 110010 10010 110 0 1000000 1010000 1000010 101111 1101

Color Harmonies of #2F3212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3212

Black with #2F3212

Text Example


Text Example

White with #2F3212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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