Html Css Color HEX #2F6413 Green House

📋 copy color: '#2F6413'

red 47 ◦ green 100 ◦ blue 19

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

Shades of Green House #2F6413

Tints of Green House #2F6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 60.24%

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

R = 28.31%
G = 60.24%
B = 11.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#2F6413 (or 0x2F6413) is known color: Green House. HEX triplet: 2F, 64 and 13. RGB value is (47,100,19). Sum of RGB (Red+Green+Blue) = 47+100+19=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #2F6413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6413 is #D09BEC. Grayscale: #4B4B4B. Windows color (decimal): -13671405 or 1270831. OLE color: 1270831.

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

Color convert

RGB 47 100 19 -
CMYK 0.53 0 0.81 0.61
HSL 99.26º 0.68% 0.23% -
HSV(B) 99.26º 0.81% 0.39% -
XYZ 5.85 9.77 2.19 -
YUV 74.92 96.44 108.09 -
System Red Green Blue C M Y K H S L
Decimal 47 100 19 0.53 0 0.81 0.61 99.26 0.68 0.23
Hex 2F 64 13 35 0 51 3D 63 44 17
Octal 57 144 23 65 0 121 75 143 104 27
Binary 101111 1100100 10011 110101 0 1010001 111101 1100011 1000100 10111

Color Harmonies of #2F6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6413

Black with #2F6413

Text Example


Text Example

White with #2F6413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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