Html Css Color HEX #306128 Green House

📋 copy color: '#306128'

red 48 ◦ green 97 ◦ blue 40

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

Shades of Green House #306128

Tints of Green House #306128

RGB

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

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

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

R = 25.95%
G = 52.43%
B = 21.62%

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

#306128 (or 0x306128) is known color: Green House. HEX triplet: 30, 61 and 28. RGB value is (48,97,40). Sum of RGB (Red+Green+Blue) = 48+97+40=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #306128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306128 is #CF9ED7. Grayscale: #4C4C4C. Windows color (decimal): -13606616 or 2646320. OLE color: 2646320.

HSL color Cylindrical-coordinate representation of color #306128: hue angle of 111.58º 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 #306128 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 97 40 -
CMYK 0.51 0 0.59 0.62
HSL 111.58º 0.42% 0.27% -
HSV(B) 111.58º 0.59% 0.38% -
XYZ 5.88 9.33 3.5 -
YUV 75.85 107.77 108.13 -
System Red Green Blue C M Y K H S L
Decimal 48 97 40 0.51 0 0.59 0.62 111.58 0.42 0.27
Hex 30 61 28 33 0 3B 3E 70 2A 1B
Octal 60 141 50 63 0 73 76 160 52 33
Binary 110000 1100001 101000 110011 0 111011 111110 1110000 101010 11011

Color Harmonies of #306128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306128

Black with #306128

Text Example


Text Example

White with #306128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306128; }

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

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

background-color css

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

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

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

border-color css

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

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

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