#30671B

Color #30671B Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #30671B

Tints of Green House #30671B

Color information

#30671B (or 0x30671B) is unknown color: approx Green House. HEX triplet: 30, 67 and 1B. RGB value is (48,103,27). Sum of RGB (Red+Green+Blue) = 48+103+27=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #30671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30671B is #CF98E4. Grayscale: #4E4E4E. Windows color (decimal): -13605093 or 1795888. OLE color: 1795888.

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

Color convert

RGB4810327-
CMYK0.5300.740.60
HSL103.42º58.46%25.49%-
HSV(B)103.42º73.79%40.39%-
XYZ6.2710.412.72-
YUV77.8999.28106.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 103 (40.62% from 255) = 57.87%
BLUE value IS 27 (10.94% from 255) = 15.17%
R=26.97%
G=57.87%
B=15.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103270.5300.740.60103.4258.4625.49
Hex30671B3504A3C673a19
Octal6014733650112741477231
Binary11000011001111101111010101001010111100110011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30671B; }

 p { color: rgb(48,103,27); }

 H1.HeaderClassName
 {
   color: #30671B;
 }
 .AnyTagClassName
 {
   color: #30671B;
 }
</style>
background-color css

<style>
 a { background-color: #30671B; }

 a { background-color: rgb(48,103,27); }

 div.DivClassName
 {
   background-color: #30671B;
 }
 .BgClassName
 {
   background-color: #30671B;
 }
</style>
border-color css

<style>
 span { border-color: #30671B; }

 span { border-color: rgb(48,103,27); }

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