Html Css Color HEX #2F6213 Green House

📋 copy color: '#2F6213'

red 47 ◦ green 98 ◦ blue 19

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

Shades of Green House #2F6213

Tints of Green House #2F6213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.76%

 BLUE value IS 19 (7.81% from 255) = 11.59%

R = 28.66%
G = 59.76%
B = 11.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#2F6213 (or 0x2F6213) is known color: Green House. HEX triplet: 2F, 62 and 13. RGB value is (47,98,19). Sum of RGB (Red+Green+Blue) = 47+98+19=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6213 is #D09DEC. Grayscale: #4A4A4A. Windows color (decimal): -13671917 or 1270319. OLE color: 1270319.

HSL color Cylindrical-coordinate representation of color #2F6213: hue angle of 98.73º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F6213 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 98 19 -
CMYK 0.52 0 0.81 0.62
HSL 98.73º 0.68% 0.23% -
HSV(B) 98.73º 0.81% 0.38% -
XYZ 5.66 9.39 2.13 -
YUV 73.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 47 98 19 0.52 0 0.81 0.62 98.73 0.68 0.23
Hex 2F 62 13 34 0 51 3E 63 44 17
Octal 57 142 23 64 0 121 76 143 104 27
Binary 101111 1100010 10011 110100 0 1010001 111110 1100011 1000100 10111

Color Harmonies of #2F6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6213

Black with #2F6213

Text Example


Text Example

White with #2F6213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,98,19); }

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

background-color css

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

 a { background-color: rgb(47,98,19); }

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

border-color css

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

 span { border-color: rgb(47,98,19); }

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