Html Css Color HEX #30601E Green House

📋 copy color: '#30601E'

red 48 ◦ green 96 ◦ blue 30

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

Shades of Green House #30601E

Tints of Green House #30601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.17%

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

R = 27.59%
G = 55.17%
B = 17.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#30601E (or 0x30601E) is known color: Green House. HEX triplet: 30, 60 and 1E. RGB value is (48,96,30). Sum of RGB (Red+Green+Blue) = 48+96+30=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #30601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30601E is #CF9FE1. Grayscale: #4A4A4A. Windows color (decimal): -13606882 or 1990704. OLE color: 1990704.

HSL color Cylindrical-coordinate representation of color #30601E: hue angle of 103.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30601E is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 96 30 -
CMYK 0.50 0 0.69 0.62
HSL 103.64º 0.52% 0.25% -
HSV(B) 103.64º 0.69% 0.38% -
XYZ 5.64 9.09 2.69 -
YUV 74.12 103.1 109.37 -
System Red Green Blue C M Y K H S L
Decimal 48 96 30 0.50 0 0.69 0.62 103.64 0.52 0.25
Hex 30 60 1E 32 0 45 3E 68 34 19
Octal 60 140 36 62 0 105 76 150 64 31
Binary 110000 1100000 11110 110010 0 1000101 111110 1101000 110100 11001

Color Harmonies of #30601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30601E

Black with #30601E

Text Example


Text Example

White with #30601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30601E; }

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

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

background-color css

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

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

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

border-color css

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

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

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