Html Css Color HEX #30661C Green House

📋 copy color: '#30661C'

red 48 ◦ green 102 ◦ blue 28

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

Shades of Green House #30661C

Tints of Green House #30661C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.3%

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 26.97%
G = 57.3%
B = 15.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#30661C (or 0x30661C) is known color: Green House. HEX triplet: 30, 66 and 1C. RGB value is (48,102,28). Sum of RGB (Red+Green+Blue) = 48+102+28=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #30661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30661C is #CF99E3. Grayscale: #4D4D4D. Windows color (decimal): -13605348 or 1861168. OLE color: 1861168.

HSL color Cylindrical-coordinate representation of color #30661C: hue angle of 103.78º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30661C is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 28 -
CMYK 0.53 0 0.73 0.6
HSL 103.78º 0.57% 0.25% -
HSV(B) 103.78º 0.73% 0.4% -
XYZ 6.18 10.21 2.74 -
YUV 77.42 100.11 107.02 -
System Red Green Blue C M Y K H S L
Decimal 48 102 28 0.53 0 0.73 0.6 103.78 0.57 0.25
Hex 30 66 1C 35 0 49 3C 68 39 19
Octal 60 146 34 65 0 111 74 150 71 31
Binary 110000 1100110 11100 110101 0 1001001 111100 1101000 111001 11001

Color Harmonies of #30661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30661C

Black with #30661C

Text Example


Text Example

White with #30661C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30661C; }

 p { color: rgb(48,102,28); }

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

background-color css

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

 a { background-color: rgb(48,102,28); }

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

border-color css

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

 span { border-color: rgb(48,102,28); }

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