Html Css Color HEX #306820 Green House

📋 copy color: '#306820'

red 48 ◦ green 104 ◦ blue 32

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

Shades of Green House #306820

Tints of Green House #306820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.52%

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

R = 26.09%
G = 56.52%
B = 17.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#306820 (or 0x306820) is known color: Green House. HEX triplet: 30, 68 and 20. RGB value is (48,104,32). Sum of RGB (Red+Green+Blue) = 48+104+32=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #306820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306820 is #CF97DF. Grayscale: #4F4F4F. Windows color (decimal): -13604832 or 2123824. OLE color: 2123824.

HSL color Cylindrical-coordinate representation of color #306820: hue angle of 106.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #306820 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 104 32 -
CMYK 0.54 0 0.69 0.59
HSL 106.67º 0.53% 0.27% -
HSV(B) 106.67º 0.69% 0.41% -
XYZ 6.43 10.63 3.08 -
YUV 79.05 101.45 105.85 -
System Red Green Blue C M Y K H S L
Decimal 48 104 32 0.54 0 0.69 0.59 106.67 0.53 0.27
Hex 30 68 20 36 0 45 3B 6B 35 1B
Octal 60 150 40 66 0 105 73 153 65 33
Binary 110000 1101000 100000 110110 0 1000101 111011 1101011 110101 11011

Color Harmonies of #306820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306820

Black with #306820

Text Example


Text Example

White with #306820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306820; }

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

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

background-color css

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

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

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

border-color css

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

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

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