Html Css Color HEX #2F6519 Green House

📋 copy color: '#2F6519'

red 47 ◦ green 101 ◦ blue 25

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

Shades of Green House #2F6519

Tints of Green House #2F6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 58.38%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 27.17%
G = 58.38%
B = 14.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#2F6519 (or 0x2F6519) is known color: Green House. HEX triplet: 2F, 65 and 19. RGB value is (47,101,25). Sum of RGB (Red+Green+Blue) = 47+101+25=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #2F6519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6519 is #D09AE6. Grayscale: #4C4C4C. Windows color (decimal): -13671143 or 1664303. OLE color: 1664303.

HSL color Cylindrical-coordinate representation of color #2F6519: hue angle of 102.63º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F6519 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 101 25 -
CMYK 0.53 0 0.75 0.60
HSL 102.63º 0.6% 0.25% -
HSV(B) 102.63º 0.75% 0.4% -
XYZ 6 9.98 2.53 -
YUV 76.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 47 101 25 0.53 0 0.75 0.60 102.63 0.6 0.25
Hex 2F 65 19 35 0 4B 3C 67 3C 19
Octal 57 145 31 65 0 113 74 147 74 31
Binary 101111 1100101 11001 110101 0 1001011 111100 1100111 111100 11001

Color Harmonies of #2F6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6519

Black with #2F6519

Text Example


Text Example

White with #2F6519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,101,25); }

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

background-color css

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

 a { background-color: rgb(47,101,25); }

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

border-color css

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

 span { border-color: rgb(47,101,25); }

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