Html Css Color HEX #30661F Green House

📋 copy color: '#30661F'

red 48 ◦ green 102 ◦ blue 31

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

Shades of Green House #30661F

Tints of Green House #30661F

RGB

 RED value IS 48 (19.14% from 255) = 26.52%

 GREEN value IS 102 (40.23% from 255) = 56.35%

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 26.52%
G = 56.35%
B = 17.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#30661F (or 0x30661F) is known color: Green House. HEX triplet: 30, 66 and 1F. RGB value is (48,102,31). Sum of RGB (Red+Green+Blue) = 48+102+31=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 102 (40.23% from 255 or 56.35% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 102 - color contains mainly: green. Hex color #30661F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30661F is #CF99E0. Grayscale: #4D4D4D. Windows color (decimal): -13605345 or 2057776. OLE color: 2057776.

HSL color Cylindrical-coordinate representation of color #30661F: hue angle of 105.63º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30661F is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 31 -
CMYK 0.53 0 0.70 0.6
HSL 105.63º 0.53% 0.26% -
HSV(B) 105.63º 0.7% 0.4% -
XYZ 6.22 10.23 2.94 -
YUV 77.76 101.61 106.77 -
System Red Green Blue C M Y K H S L
Decimal 48 102 31 0.53 0 0.70 0.6 105.63 0.53 0.26
Hex 30 66 1F 35 0 46 3C 6A 35 1A
Octal 60 146 37 65 0 106 74 152 65 32
Binary 110000 1100110 11111 110101 0 1000110 111100 1101010 110101 11010

Color Harmonies of #30661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30661F

Black with #30661F

Text Example


Text Example

White with #30661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30661F; }

 p { color: rgb(48,102,31); }

 H1.HeaderClassName
 {
   color: #30661F;
 }
 .AnyTagClassName
 {
   color: #30661F;
 }
</style>

background-color css

<style>
 a { background-color: #30661F; }

 a { background-color: rgb(48,102,31); }

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

border-color css

<style>
 span { border-color: #30661F; }

 span { border-color: rgb(48,102,31); }

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