Html Css Color HEX #306216 Green House

📋 copy color: '#306216'

red 48 ◦ green 98 ◦ blue 22

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

Shades of Green House #306216

Tints of Green House #306216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 28.57%
G = 58.33%
B = 13.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#306216 (or 0x306216) is known color: Green House. HEX triplet: 30, 62 and 16. RGB value is (48,98,22). Sum of RGB (Red+Green+Blue) = 48+98+22=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #306216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306216 is #CF9DE9. Grayscale: #4A4A4A. Windows color (decimal): -13606378 or 1466928. OLE color: 1466928.

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

Color convert

RGB 48 98 22 -
CMYK 0.51 0 0.78 0.62
HSL 99.47º 0.63% 0.24% -
HSV(B) 99.47º 0.78% 0.38% -
XYZ 5.73 9.42 2.28 -
YUV 74.39 98.44 109.18 -
System Red Green Blue C M Y K H S L
Decimal 48 98 22 0.51 0 0.78 0.62 99.47 0.63 0.24
Hex 30 62 16 33 0 4E 3E 63 3F 18
Octal 60 142 26 63 0 116 76 143 77 30
Binary 110000 1100010 10110 110011 0 1001110 111110 1100011 111111 11000

Color Harmonies of #306216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306216

Black with #306216

Text Example


Text Example

White with #306216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306216; }

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

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

background-color css

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

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

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

border-color css

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

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

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