Html Css Color HEX #2F3027 Green Waterloo

📋 copy color: '#2F3027'

red 47 ◦ green 48 ◦ blue 39

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

Shades of Green Waterloo #2F3027

Tints of Green Waterloo #2F3027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

 BLUE value IS 39 (15.63% from 255) = 29.1%

R = 35.07%
G = 35.82%
B = 29.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#2F3027 (or 0x2F3027) is known color: Green Waterloo. HEX triplet: 2F, 30 and 27. RGB value is (47,48,39). Sum of RGB (Red+Green+Blue) = 47+48+39=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 48 - color contains mainly: green. Hex color #2F3027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3027 is #D0CFD8. Grayscale: #2E2E2E. Windows color (decimal): -13684697 or 2568239. OLE color: 2568239.

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

Color convert

RGB 47 48 39 -
CMYK 0.02 0 0.19 0.81
HSL 66.67º 0.1% 0.17% -
HSV(B) 66.67º 0.19% 0.19% -
XYZ 2.6 2.86 2.34 -
YUV 46.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 47 48 39 0.02 0 0.19 0.81 66.67 0.1 0.17
Hex 2F 30 27 2 0 13 51 43 A 11
Octal 57 60 47 2 0 23 121 103 12 21
Binary 101111 110000 100111 10 0 10011 1010001 1000011 1010 10001

Color Harmonies of #2F3027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3027

Black with #2F3027

Text Example


Text Example

White with #2F3027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,48,39); }

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

background-color css

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

 a { background-color: rgb(47,48,39); }

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

border-color css

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

 span { border-color: rgb(47,48,39); }

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