#30622B

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

Shades of Green House #30622B

Tints of Green House #30622B

Color information

#30622B (or 0x30622B) is unknown color: approx Green House. HEX triplet: 30, 62 and 2B. RGB value is (48,98,43). Sum of RGB (Red+Green+Blue) = 48+98+43=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #30622B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30622B is #CF9DD4. Grayscale: #4C4C4C. Windows color (decimal): -13606357 or 2843184. OLE color: 2843184.

HSL color Cylindrical-coordinate representation of color #30622B: hue angle of 114.55º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30622B is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB489843-
CMYK0.5100.560.62
HSL114.55º39.01%27.65%-
HSV(B)114.55º56.12%38.43%-
XYZ6.029.543.81-
YUV76.78108.94107.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=25.40%
G=51.85%
B=22.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898430.5100.560.62114.5539.0127.65
Hex30622B330383E73271c
Octal601425363070761634734
Binary11000011000101010111100110111000111110111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,98,43); }

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

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

 a { background-color: rgb(48,98,43); }

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

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

 span { border-color: rgb(48,98,43); }

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