Html Css Color HEX #2F5E22 Green House

📋 copy color: '#2F5E22'

red 47 ◦ green 94 ◦ blue 34

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

Shades of Green House #2F5E22

Tints of Green House #2F5E22

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.71%

 BLUE value IS 34 (13.67% from 255) = 19.43%

R = 26.86%
G = 53.71%
B = 19.43%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.64

 K value IS 0.63

RGB Variations

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

Color information

#2F5E22 (or 0x2F5E22) is known color: Green House. HEX triplet: 2F, 5E and 22. RGB value is (47,94,34). Sum of RGB (Red+Green+Blue) = 47+94+34=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 94 (37.11% from 255 or 53.71% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 94 - color contains mainly: green. Hex color #2F5E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5E22 is #D0A1DD. Grayscale: #494949. Windows color (decimal): -13672926 or 2252335. OLE color: 2252335.

HSL color Cylindrical-coordinate representation of color #2F5E22: hue angle of 107º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F5E22 is Cyan = 0.5, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 94 34 -
CMYK 0.5 0 0.64 0.63
HSL 107º 0.47% 0.25% -
HSV(B) 107º 0.64% 0.37% -
XYZ 5.46 8.73 2.91 -
YUV 73.11 105.93 109.38 -
System Red Green Blue C M Y K H S L
Decimal 47 94 34 0.5 0 0.64 0.63 107 0.47 0.25
Hex 2F 5E 22 32 0 40 3F 6B 2F 19
Octal 57 136 42 62 0 100 77 153 57 31
Binary 101111 1011110 100010 110010 0 1000000 111111 1101011 101111 11001

Color Harmonies of #2F5E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5E22

Black with #2F5E22

Text Example


Text Example

White with #2F5E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,94,34); }

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

background-color css

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

 a { background-color: rgb(47,94,34); }

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

border-color css

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

 span { border-color: rgb(47,94,34); }

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