Html Css Color HEX #306A21 Green House

📋 copy color: '#306A21'

red 48 ◦ green 106 ◦ blue 33

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

Shades of Green House #306A21

Tints of Green House #306A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 56.68%

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 25.67%
G = 56.68%
B = 17.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#306A21 (or 0x306A21) is known color: Green House. HEX triplet: 30, 6A and 21. RGB value is (48,106,33). Sum of RGB (Red+Green+Blue) = 48+106+33=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #306A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306A21 is #CF95DE. Grayscale: #505050. Windows color (decimal): -13604319 or 2189872. OLE color: 2189872.

HSL color Cylindrical-coordinate representation of color #306A21: hue angle of 107.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #306A21 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 106 33 -
CMYK 0.55 0 0.69 0.58
HSL 107.67º 0.53% 0.27% -
HSV(B) 107.67º 0.69% 0.42% -
XYZ 6.65 11.05 3.22 -
YUV 80.34 101.28 104.94 -
System Red Green Blue C M Y K H S L
Decimal 48 106 33 0.55 0 0.69 0.58 107.67 0.53 0.27
Hex 30 6A 21 37 0 45 3A 6C 35 1B
Octal 60 152 41 67 0 105 72 154 65 33
Binary 110000 1101010 100001 110111 0 1000101 111010 1101100 110101 11011

Color Harmonies of #306A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A21

Black with #306A21

Text Example


Text Example

White with #306A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306A21; }

 p { color: rgb(48,106,33); }

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

background-color css

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

 a { background-color: rgb(48,106,33); }

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

border-color css

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

 span { border-color: rgb(48,106,33); }

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