Html Css Color HEX #306329 Green House

📋 copy color: '#306329'

red 48 ◦ green 99 ◦ blue 41

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

Shades of Green House #306329

Tints of Green House #306329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.66%

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 25.53%
G = 52.66%
B = 21.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#306329 (or 0x306329) is known color: Green House. HEX triplet: 30, 63 and 29. RGB value is (48,99,41). Sum of RGB (Red+Green+Blue) = 48+99+41=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #306329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306329 is #CF9CD6. Grayscale: #4D4D4D. Windows color (decimal): -13606103 or 2712368. OLE color: 2712368.

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

Color convert

RGB 48 99 41 -
CMYK 0.52 0 0.59 0.61
HSL 112.76º 0.41% 0.27% -
HSV(B) 112.76º 0.59% 0.39% -
XYZ 6.08 9.71 3.65 -
YUV 77.14 107.6 107.22 -
System Red Green Blue C M Y K H S L
Decimal 48 99 41 0.52 0 0.59 0.61 112.76 0.41 0.27
Hex 30 63 29 34 0 3B 3D 71 29 1B
Octal 60 143 51 64 0 73 75 161 51 33
Binary 110000 1100011 101001 110100 0 111011 111101 1110001 101001 11011

Color Harmonies of #306329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306329

Black with #306329

Text Example


Text Example

White with #306329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306329; }

 p { color: rgb(48,99,41); }

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

background-color css

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

 a { background-color: rgb(48,99,41); }

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

border-color css

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

 span { border-color: rgb(48,99,41); }

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