Html Css Color HEX #30601F Green House

📋 copy color: '#30601F'

red 48 ◦ green 96 ◦ blue 31

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

Shades of Green House #30601F

Tints of Green House #30601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 27.43%
G = 54.86%
B = 17.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#30601F (or 0x30601F) is known color: Green House. HEX triplet: 30, 60 and 1F. RGB value is (48,96,31). Sum of RGB (Red+Green+Blue) = 48+96+31=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #30601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30601F is #CF9FE0. Grayscale: #4A4A4A. Windows color (decimal): -13606881 or 2056240. OLE color: 2056240.

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

Color convert

RGB 48 96 31 -
CMYK 0.50 0 0.68 0.62
HSL 104.31º 0.51% 0.25% -
HSV(B) 104.31º 0.68% 0.38% -
XYZ 5.65 9.09 2.75 -
YUV 74.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 48 96 31 0.50 0 0.68 0.62 104.31 0.51 0.25
Hex 30 60 1F 32 0 44 3E 68 33 19
Octal 60 140 37 62 0 104 76 150 63 31
Binary 110000 1100000 11111 110010 0 1000100 111110 1101000 110011 11001

Color Harmonies of #30601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30601F

Black with #30601F

Text Example


Text Example

White with #30601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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