Html Css Color HEX #2F6316 Green House

📋 copy color: '#2F6316'

red 47 ◦ green 99 ◦ blue 22

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

Shades of Green House #2F6316

Tints of Green House #2F6316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.93%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 27.98%
G = 58.93%
B = 13.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#2F6316 (or 0x2F6316) is known color: Green House. HEX triplet: 2F, 63 and 16. RGB value is (47,99,22). Sum of RGB (Red+Green+Blue) = 47+99+22=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6316 is #D09CE9. Grayscale: #4A4A4A. Windows color (decimal): -13671658 or 1467183. OLE color: 1467183.

HSL color Cylindrical-coordinate representation of color #2F6316: hue angle of 100.52º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F6316 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 47 99 22 -
CMYK 0.53 0 0.78 0.61
HSL 100.52º 0.64% 0.24% -
HSV(B) 100.52º 0.78% 0.39% -
XYZ 5.78 9.59 2.3 -
YUV 74.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 47 99 22 0.53 0 0.78 0.61 100.52 0.64 0.24
Hex 2F 63 16 35 0 4E 3D 65 40 18
Octal 57 143 26 65 0 116 75 145 100 30
Binary 101111 1100011 10110 110101 0 1001110 111101 1100101 1000000 11000

Color Harmonies of #2F6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6316

Black with #2F6316

Text Example


Text Example

White with #2F6316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,99,22); }

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

background-color css

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

 a { background-color: rgb(47,99,22); }

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

border-color css

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

 span { border-color: rgb(47,99,22); }

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