Html Css Color HEX #306115 Green House

📋 copy color: '#306115'

red 48 ◦ green 97 ◦ blue 21

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

Shades of Green House #306115

Tints of Green House #306115

RGB

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

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

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

R = 28.92%
G = 58.43%
B = 12.65%

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

#306115 (or 0x306115) is known color: Green House. HEX triplet: 30, 61 and 15. RGB value is (48,97,21). Sum of RGB (Red+Green+Blue) = 48+97+21=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #306115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306115 is #CF9EEA. Grayscale: #494949. Windows color (decimal): -13606635 or 1401136. OLE color: 1401136.

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

Color convert

RGB 48 97 21 -
CMYK 0.51 0 0.78 0.62
HSL 98.68º 0.64% 0.23% -
HSV(B) 98.68º 0.78% 0.38% -
XYZ 5.63 9.23 2.19 -
YUV 73.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 48 97 21 0.51 0 0.78 0.62 98.68 0.64 0.23
Hex 30 61 15 33 0 4E 3E 63 40 17
Octal 60 141 25 63 0 116 76 143 100 27
Binary 110000 1100001 10101 110011 0 1001110 111110 1100011 1000000 10111

Color Harmonies of #306115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306115

Black with #306115

Text Example


Text Example

White with #306115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306115; }

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

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

background-color css

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

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

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

border-color css

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

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

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