Html Css Color HEX #306028 Green House

📋 copy color: '#306028'

red 48 ◦ green 96 ◦ blue 40

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

Shades of Green House #306028

Tints of Green House #306028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.17%

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

R = 26.09%
G = 52.17%
B = 21.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#306028 (or 0x306028) is known color: Green House. HEX triplet: 30, 60 and 28. RGB value is (48,96,40). Sum of RGB (Red+Green+Blue) = 48+96+40=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #306028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306028 is #CF9FD7. Grayscale: #4B4B4B. Windows color (decimal): -13606872 or 2646064. OLE color: 2646064.

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

Color convert

RGB 48 96 40 -
CMYK 0.50 0 0.58 0.62
HSL 111.43º 0.41% 0.27% -
HSV(B) 111.43º 0.58% 0.38% -
XYZ 5.78 9.15 3.47 -
YUV 75.26 108.1 108.55 -
System Red Green Blue C M Y K H S L
Decimal 48 96 40 0.50 0 0.58 0.62 111.43 0.41 0.27
Hex 30 60 28 32 0 3A 3E 6F 29 1B
Octal 60 140 50 62 0 72 76 157 51 33
Binary 110000 1100000 101000 110010 0 111010 111110 1101111 101001 11011

Color Harmonies of #306028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306028

Black with #306028

Text Example


Text Example

White with #306028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306028; }

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

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

background-color css

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

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

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

border-color css

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

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

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