Html Css Color HEX #2F620F Green House

📋 copy color: '#2F620F'

red 47 ◦ green 98 ◦ blue 15

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

Shades of Green House #2F620F

Tints of Green House #2F620F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.38%

R = 29.38%
G = 61.25%
B = 9.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#2F620F (or 0x2F620F) is known color: Green House. HEX triplet: 2F, 62 and 0F. RGB value is (47,98,15). Sum of RGB (Red+Green+Blue) = 47+98+15=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #2F620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F620F is #D09DF0. Grayscale: #494949. Windows color (decimal): -13671921 or 1008175. OLE color: 1008175.

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

Color convert

RGB 47 98 15 -
CMYK 0.52 0 0.85 0.62
HSL 96.87º 0.73% 0.22% -
HSV(B) 96.87º 0.85% 0.38% -
XYZ 5.63 9.37 1.96 -
YUV 73.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 47 98 15 0.52 0 0.85 0.62 96.87 0.73 0.22
Hex 2F 62 F 34 0 55 3E 61 49 16
Octal 57 142 17 64 0 125 76 141 111 26
Binary 101111 1100010 1111 110100 0 1010101 111110 1100001 1001001 10110

Color Harmonies of #2F620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F620F

Black with #2F620F

Text Example


Text Example

White with #2F620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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