Html Css Color HEX #30592A Green House

📋 copy color: '#30592A'

red 48 ◦ green 89 ◦ blue 42

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

Shades of Green House #30592A

Tints of Green House #30592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 49.72%

 BLUE value IS 42 (16.8% from 255) = 23.46%

R = 26.82%
G = 49.72%
B = 23.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#30592A (or 0x30592A) is known color: Green House. HEX triplet: 30, 59 and 2A. RGB value is (48,89,42). Sum of RGB (Red+Green+Blue) = 48+89+42=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #30592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30592A is #CFA6D5. Grayscale: #474747. Windows color (decimal): -13608662 or 2775344. OLE color: 2775344.

HSL color Cylindrical-coordinate representation of color #30592A: hue angle of 112.34º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30592A is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 89 42 -
CMYK 0.46 0 0.53 0.65
HSL 112.34º 0.36% 0.26% -
HSV(B) 112.34º 0.53% 0.35% -
XYZ 5.21 7.94 3.45 -
YUV 71.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 48 89 42 0.46 0 0.53 0.65 112.34 0.36 0.26
Hex 30 59 2A 2E 0 35 41 70 24 1A
Octal 60 131 52 56 0 65 101 160 44 32
Binary 110000 1011001 101010 101110 0 110101 1000001 1110000 100100 11010

Color Harmonies of #30592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30592A

Black with #30592A

Text Example


Text Example

White with #30592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30592A; }

 p { color: rgb(48,89,42); }

 H1.HeaderClassName
 {
   color: #30592A;
 }
 .AnyTagClassName
 {
   color: #30592A;
 }
</style>

background-color css

<style>
 a { background-color: #30592A; }

 a { background-color: rgb(48,89,42); }

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

border-color css

<style>
 span { border-color: #30592A; }

 span { border-color: rgb(48,89,42); }

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