Html Css Color HEX #306328 Green House

📋 copy color: '#306328'

red 48 ◦ green 99 ◦ blue 40

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

Shades of Green House #306328

Tints of Green House #306328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.94%

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

R = 25.67%
G = 52.94%
B = 21.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#306328 (or 0x306328) is known color: Green House. HEX triplet: 30, 63 and 28. RGB value is (48,99,40). Sum of RGB (Red+Green+Blue) = 48+99+40=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #306328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306328 is #CF9CD7. Grayscale: #4D4D4D. Windows color (decimal): -13606104 or 2646832. OLE color: 2646832.

HSL color Cylindrical-coordinate representation of color #306328: hue angle of 111.86º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306328 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 99 40 -
CMYK 0.52 0 0.60 0.61
HSL 111.86º 0.42% 0.27% -
HSV(B) 111.86º 0.6% 0.39% -
XYZ 6.06 9.71 3.56 -
YUV 77.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 48 99 40 0.52 0 0.60 0.61 111.86 0.42 0.27
Hex 30 63 28 34 0 3C 3D 70 2A 1B
Octal 60 143 50 64 0 74 75 160 52 33
Binary 110000 1100011 101000 110100 0 111100 111101 1110000 101010 11011

Color Harmonies of #306328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306328

Black with #306328

Text Example


Text Example

White with #306328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306328; }

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

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

background-color css

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

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

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

border-color css

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

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

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