Html Css Color HEX #306120 Green House

📋 copy color: '#306120'

red 48 ◦ green 97 ◦ blue 32

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

Shades of Green House #306120

Tints of Green House #306120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.8%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 27.12%
G = 54.8%
B = 18.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#306120 (or 0x306120) is known color: Green House. HEX triplet: 30, 61 and 20. RGB value is (48,97,32). Sum of RGB (Red+Green+Blue) = 48+97+32=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #306120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306120 is #CF9EDF. Grayscale: #4B4B4B. Windows color (decimal): -13606624 or 2122032. OLE color: 2122032.

HSL color Cylindrical-coordinate representation of color #306120: hue angle of 105.23º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306120 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 32 -
CMYK 0.51 0 0.67 0.62
HSL 105.23º 0.5% 0.25% -
HSV(B) 105.23º 0.67% 0.38% -
XYZ 5.75 9.28 2.85 -
YUV 74.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 48 97 32 0.51 0 0.67 0.62 105.23 0.5 0.25
Hex 30 61 20 33 0 43 3E 69 32 19
Octal 60 141 40 63 0 103 76 151 62 31
Binary 110000 1100001 100000 110011 0 1000011 111110 1101001 110010 11001

Color Harmonies of #306120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306120

Black with #306120

Text Example


Text Example

White with #306120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306120; }

 p { color: rgb(48,97,32); }

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

background-color css

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

 a { background-color: rgb(48,97,32); }

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

border-color css

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

 span { border-color: rgb(48,97,32); }

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