Html Css Color HEX #306228 Green House

📋 copy color: '#306228'

red 48 ◦ green 98 ◦ blue 40

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

Shades of Green House #306228

Tints of Green House #306228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 25.81%
G = 52.69%
B = 21.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#306228 (or 0x306228) is known color: Green House. HEX triplet: 30, 62 and 28. RGB value is (48,98,40). Sum of RGB (Red+Green+Blue) = 48+98+40=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #306228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306228 is #CF9DD7. Grayscale: #4C4C4C. Windows color (decimal): -13606360 or 2646576. OLE color: 2646576.

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

Color convert

RGB 48 98 40 -
CMYK 0.51 0 0.59 0.62
HSL 111.72º 0.42% 0.27% -
HSV(B) 111.72º 0.59% 0.38% -
XYZ 5.97 9.52 3.53 -
YUV 76.44 107.44 107.72 -
System Red Green Blue C M Y K H S L
Decimal 48 98 40 0.51 0 0.59 0.62 111.72 0.42 0.27
Hex 30 62 28 33 0 3B 3E 70 2A 1B
Octal 60 142 50 63 0 73 76 160 52 33
Binary 110000 1100010 101000 110011 0 111011 111110 1110000 101010 11011

Color Harmonies of #306228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306228

Black with #306228

Text Example


Text Example

White with #306228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306228; }

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

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

background-color css

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

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

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

border-color css

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

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

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