Html Css Color HEX #306226 Green House

📋 copy color: '#306226'

red 48 ◦ green 98 ◦ blue 38

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

Shades of Green House #306226

Tints of Green House #306226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.65%

R = 26.09%
G = 53.26%
B = 20.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#306226 (or 0x306226) is known color: Green House. HEX triplet: 30, 62 and 26. RGB value is (48,98,38). Sum of RGB (Red+Green+Blue) = 48+98+38=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #306226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306226 is #CF9DD9. Grayscale: #4C4C4C. Windows color (decimal): -13606362 or 2515504. OLE color: 2515504.

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

Color convert

RGB 48 98 38 -
CMYK 0.51 0 0.61 0.62
HSL 110º 0.44% 0.27% -
HSV(B) 110º 0.61% 0.38% -
XYZ 5.94 9.5 3.36 -
YUV 76.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 48 98 38 0.51 0 0.61 0.62 110 0.44 0.27
Hex 30 62 26 33 0 3D 3E 6E 2C 1B
Octal 60 142 46 63 0 75 76 156 54 33
Binary 110000 1100010 100110 110011 0 111101 111110 1101110 101100 11011

Color Harmonies of #306226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306226

Black with #306226

Text Example


Text Example

White with #306226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306226; }

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

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

background-color css

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

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

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

border-color css

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

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

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