Html Css Color HEX #306215 Green House

📋 copy color: '#306215'

red 48 ◦ green 98 ◦ blue 21

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

Shades of Green House #306215

Tints of Green House #306215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 58.68%

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 28.74%
G = 58.68%
B = 12.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#306215 (or 0x306215) is known color: Green House. HEX triplet: 30, 62 and 15. RGB value is (48,98,21). Sum of RGB (Red+Green+Blue) = 48+98+21=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #306215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306215 is #CF9DEA. Grayscale: #4A4A4A. Windows color (decimal): -13606379 or 1401392. OLE color: 1401392.

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

Color convert

RGB 48 98 21 -
CMYK 0.51 0 0.79 0.62
HSL 98.96º 0.65% 0.23% -
HSV(B) 98.96º 0.79% 0.38% -
XYZ 5.72 9.42 2.23 -
YUV 74.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 48 98 21 0.51 0 0.79 0.62 98.96 0.65 0.23
Hex 30 62 15 33 0 4F 3E 63 41 17
Octal 60 142 25 63 0 117 76 143 101 27
Binary 110000 1100010 10101 110011 0 1001111 111110 1100011 1000001 10111

Color Harmonies of #306215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306215

Black with #306215

Text Example


Text Example

White with #306215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306215; }

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

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

background-color css

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

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

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

border-color css

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

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

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