Html Css Color HEX #306A1E Green House

📋 copy color: '#306A1E'

red 48 ◦ green 106 ◦ blue 30

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

Shades of Green House #306A1E

Tints of Green House #306A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 26.09%
G = 57.61%
B = 16.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#306A1E (or 0x306A1E) is known color: Green House. HEX triplet: 30, 6A and 1E. RGB value is (48,106,30). Sum of RGB (Red+Green+Blue) = 48+106+30=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 106 (41.80% from 255 or 57.61% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 106 - color contains mainly: green. Hex color #306A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306A1E is #CF95E1. Grayscale: #505050. Windows color (decimal): -13604322 or 1993264. OLE color: 1993264.

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

Color convert

RGB 48 106 30 -
CMYK 0.55 0 0.72 0.58
HSL 105.79º 0.56% 0.27% -
HSV(B) 105.79º 0.72% 0.42% -
XYZ 6.61 11.03 3.01 -
YUV 79.99 99.78 105.18 -
System Red Green Blue C M Y K H S L
Decimal 48 106 30 0.55 0 0.72 0.58 105.79 0.56 0.27
Hex 30 6A 1E 37 0 48 3A 6A 38 1B
Octal 60 152 36 67 0 110 72 152 70 33
Binary 110000 1101010 11110 110111 0 1001000 111010 1101010 111000 11011

Color Harmonies of #306A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A1E

Black with #306A1E

Text Example


Text Example

White with #306A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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